AuthMetadata.fromJson constructor

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

Implementation

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