PassthroughNotifyData constructor

PassthroughNotifyData({
  1. String? fromAccid,
  2. String? body,
  3. int? time,
})

Implementation

PassthroughNotifyData({this.fromAccid, this.body, this.time});