DeleteFilterViewRequest.fromJson constructor
DeleteFilterViewRequest.fromJson(
- Map json_
Implementation
DeleteFilterViewRequest.fromJson(core.Map json_)
: this(
filterId: json_['filterId'] as core.int?,
);