EventFilter.fromJson constructor
EventFilter.fromJson(
- Map json_
Implementation
EventFilter.fromJson(core.Map json_)
: this(sqlWhereClause: json_['sqlWhereClause'] as core.String?);
EventFilter.fromJson(core.Map json_)
: this(sqlWhereClause: json_['sqlWhereClause'] as core.String?);