menu
sui package
documentation
models/checkpoint.dart
Checkpoint
Checkpoint.fromJson factory constructor
Checkpoint.fromJson factory constructor
dark_mode
light_mode
Checkpoint.fromJson
constructor
Checkpoint.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Checkpoint.fromJson(Map<String, dynamic> json) => _$CheckpointFromJson(json);
sui package
documentation
models/checkpoint
Checkpoint
Checkpoint.fromJson factory constructor
Checkpoint class