Filter.fromJson constructor

Filter.fromJson(
  1. String str
)

Implementation

factory Filter.fromJson(String str) => Filter.fromMap(json.decode(str));