toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      'x': x,
      'y': y,
      'width': width,
      'height': height,
    };