UIdListParams.fromJson constructor

UIdListParams.fromJson(
  1. String str
)

Implementation

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