SignInResult.fromJson constructor

SignInResult.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory SignInResult.fromJson(Map<String, Object?> json) =>
    _$SignInResultFromJson(json);