Subscribers constructor

Subscribers({
  1. List<Subscriber>? data,
  2. String? message,
  3. int? total,
})

Implementation

Subscribers({this.data, this.message, this.total});