MastodonOAuthServerMetadata.fromJson constructor
Creates a MastodonOAuthServerMetadata from a JSON map.
Implementation
factory MastodonOAuthServerMetadata.fromJson(Map<String, dynamic> json) =>
_$MastodonOAuthServerMetadataFromJson(json);
Creates a MastodonOAuthServerMetadata from a JSON map.
factory MastodonOAuthServerMetadata.fromJson(Map<String, dynamic> json) =>
_$MastodonOAuthServerMetadataFromJson(json);