fromJson method
Responsible for converting the Map<String, dynamic>
representation
of the bloc state into a concrete instance of the bloc state.
Implementation
@override
AppState? fromJson(Map<String, dynamic> json) => AppState.fromJson(json);
Responsible for converting the Map<String, dynamic>
representation
of the bloc state into a concrete instance of the bloc state.
@override
AppState? fromJson(Map<String, dynamic> json) => AppState.fromJson(json);