MastodonStatusesConfiguration.fromJson constructor

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

Implementation

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