AuthInfo.fromJson constructor

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

Implementation

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