MastodonCredentialApplication.fromJson constructor

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

Creates a MastodonCredentialApplication from a JSON map.

Implementation

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