toJson method

dynamic toJson()

Implementation

dynamic toJson() {
  return <String, dynamic>{
    'left': left,
    'top': top,
    'right': right,
    'bottom': bottom,
  };
}