MastodonInstanceV1Configuration.fromJson constructor

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

Implementation

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