GlobalState.fromJson constructor

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

Implementation

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