Map<String, dynamic> toMap() { return { 'type': type, 'value': value, 'width': width, 'height': height, }; }