toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'visible': visible,
'leftRect': leftRect.toJson(),
'topRect': topRect.toJson(),
'rightRect': rightRect.toJson(),
'bottomRect': bottomRect.toJson(),
};