BaseSchema constructor

const BaseSchema({
  1. required String key,
  2. String? webhook,
  3. String? trackId,
})

Implementation

const BaseSchema({
  required this.key,
  this.webhook,
  this.trackId,
});