note method
- String message
Implementation
void note(String message) {
if ( owner != null ) {
VlChart o = owner!;
o.error(message);
}
}
void note(String message) {
if ( owner != null ) {
VlChart o = owner!;
o.error(message);
}
}