MastodonApplication.fromJson constructor

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

Creates a MastodonApplication from a JSON map.

Implementation

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