AuthState.fromJson constructor

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

Implementation

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