AuthData.fromJson constructor

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

Converts a JSON map to an AuthData instance.

Implementation

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