toJson method

  1. @override
Map toJson()
override

Implementation

@override
Map toJson() {
  return {
    'x': x,
    'y': y,
    'width': width,
    'height': height,
  };
}