toMap method

Map<String, double> toMap()

Implementation

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