toJson method

Map<String, dynamic> toJson()

Implementation

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