GetOptsType constructor

GetOptsType({
  1. DateTime? ims,
  2. int? limit,
  3. String? topic,
  4. String? user,
})

Implementation

GetOptsType({
  this.ims,
  this.limit,
  this.topic,
  this.user,
});