V2TimOfflinePushInfo constructor

V2TimOfflinePushInfo({
  1. String? title,
  2. String? desc,
  3. bool? disablePush,
})

Implementation

V2TimOfflinePushInfo({
  this.title,
  this.desc,
  this.disablePush,
});