AppState.fromJson constructor

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

Implementation

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