toOptionsJSON method
Implementation
@override
void toOptionsJSON(StringBuffer buffer) {
super.toOptionsJSON(buffer);
if (animation != null) {
buffer.writeAll(['"animation":', jsonEncode(animation), ','], '');
}
}
@override
void toOptionsJSON(StringBuffer buffer) {
super.toOptionsJSON(buffer);
if (animation != null) {
buffer.writeAll(['"animation":', jsonEncode(animation), ','], '');
}
}