model -> map
@override Map<String, Object?> toMap() { return { 'duration': duration, 'type': type?.index, }; }