menu
nudge_modals_ui package
documentation
nudge_modals_ui.entity.dart
Delay
Delay.fromJson factory constructor
Delay.fromJson factory constructor
dark_mode
light_mode
Delay.fromJson
constructor
Delay.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Delay.fromJson(Map<String, dynamic> json) => Delay( by: json["by"], unit: json["unit"], );
nudge_modals_ui package
documentation
nudge_modals_ui.entity
Delay
Delay.fromJson factory constructor
Delay class