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