menu
modern_form package
documentation
modern_form_core.dart
TimeRange
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'start': start?.toMap(), 'end': end?.toMap(), }; }
modern_form package
documentation
modern_form_core
TimeRange
toMap method
TimeRange class