AddOn constructor

AddOn({
  1. String? name,
  2. String? nextSnapshotTimeOfDay,
  3. String? snapshotTimeOfDay,
  4. String? status,
})

Implementation

AddOn({
  this.name,
  this.nextSnapshotTimeOfDay,
  this.snapshotTimeOfDay,
  this.status,
});