toMap method

Map<String, double> toMap()

Implementation

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