toJson method
Implementation
Map toJson() => {
'x': dx,
'y': dy,
'width': width,
'height': height,
'top': top,
'right': right,
'bottom': bottom,
'left': left,
};
Map toJson() => {
'x': dx,
'y': dy,
'width': width,
'height': height,
'top': top,
'right': right,
'bottom': bottom,
'left': left,
};