AuthResult.fromJson constructor

AuthResult.fromJson(
  1. dynamic json
)

Implementation

factory AuthResult.fromJson(json) {
  return fromJson(json, AuthResult.fromMap);
}