toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bulletPreset = this.bulletPreset;
final cellLocation = this.cellLocation;
final objectId = this.objectId;
final textRange = this.textRange;
return {
'bulletPreset': ?bulletPreset,
'cellLocation': ?cellLocation,
'objectId': ?objectId,
'textRange': ?textRange,
};
}