UIdListParams.fromJson constructor
UIdListParams.fromJson(
- String str
Implementation
factory UIdListParams.fromJson(String str) => UIdListParams.fromMap(
json.decode(str),
);
factory UIdListParams.fromJson(String str) => UIdListParams.fromMap(
json.decode(str),
);