toJson method
Returns a json representation of an instance of WritingArea.
Implementation
Map<String, dynamic> toJson() => {
'width': width,
'height': height,
};
Returns a json representation of an instance of WritingArea.
Map<String, dynamic> toJson() => {
'width': width,
'height': height,
};