toMap method

Map<String, Object> toMap()

Implementation

Map<String, Object> toMap() {
  return {
    'left': left,
    'top': top,
    'right': right,
    'bottom': bottom,
  };
}