MastodonFilter.fromJson constructor

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

Implementation

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