AuthMethod.fromJson constructor

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

Implementation

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