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