MastodonFilterV1.fromJson constructor

  1. @Deprecated('Deprecated in Mastodon 4.0.0. Use MastodonFilter (v2) instead')
MastodonFilterV1.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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