toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
  'name': name,
  'id': id,
  'act': act,
  'height': height,
  'width': width,
  'borderRadius': borderRadius,
  'colorHex': colorHex,
  'textColorHex': textColorHex
};