MastodonOAuthServerMetadata.fromJson constructor

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

Creates a MastodonOAuthServerMetadata from a JSON map.

Implementation

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