NIMPassThroughNotifyData constructor Null safety

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

Implementation

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