Resp<T> constructor

Resp<T>({
  1. String? message,
  2. String? title,
  3. String? uuid,
  4. T? data,
  5. int? code,
})

Implementation

Resp({this.message, this.title, this.uuid, this.data, this.code});