Filter.fromMap constructor

Filter.fromMap(
  1. dynamic m
)

Implementation

Filter.fromMap(m)
    : type = m["filterType"],
      data = m;