MastodonFilterV1.fromJson constructor
- @Deprecated('Deprecated in Mastodon 4.0.0. Use MastodonFilter (v2) instead')
Implementation
@Deprecated('Deprecated in Mastodon 4.0.0. Use MastodonFilter (v2) instead')
factory MastodonFilterV1.fromJson(Map<String, dynamic> json) =>
_$MastodonFilterV1FromJson(json);