AddOnRequest constructor
AddOnRequest({
- required AddOnType addOnType,
- AutoSnapshotAddOnRequest? autoSnapshotAddOnRequest,
Implementation
AddOnRequest({
required this.addOnType,
this.autoSnapshotAddOnRequest,
});