V2TimOfflinePushInfo constructor

V2TimOfflinePushInfo(
  1. String? title,
  2. String? desc,
  3. bool? isDisablePush
)

Implementation

V2TimOfflinePushInfo(
  this.title,
  this.desc,
  this.isDisablePush,
);