MastodonOAuthUserInfo.fromJson constructor

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

Creates a MastodonOAuthUserInfo from a JSON map.

Implementation

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