OnceSim.fromJson constructor

OnceSim.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory OnceSim.fromJson(Map<String, dynamic> json) =>
    _$OnceSimFromJson(json);