WebHookModel constructor

WebHookModel({
  1. String? id,
  2. String? time,
  3. WebHookDataModel? data,
})

Implementation

WebHookModel({
  this.id,
  this.time,
  this.data,
});