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