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