RespList<T> constructor

RespList<T>({
  1. String? message,
  2. String? title,
  3. String? uuid,
  4. List<T>? list,
  5. int? code,
  6. int? total,
})

Implementation

RespList(
    {this.message, this.title, this.uuid, this.list, this.code, this.total});