AddOnRequest constructor

AddOnRequest({
  1. required AddOnType addOnType,
  2. AutoSnapshotAddOnRequest? autoSnapshotAddOnRequest,
})

Implementation

AddOnRequest({
  required this.addOnType,
  this.autoSnapshotAddOnRequest,
});