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