RADFilter.fromRawJson constructor

RADFilter.fromRawJson(
  1. String str
)

Implementation

factory RADFilter.fromRawJson(String str) =>
    RADFilter.fromJson(json.decode(str));