PatchbaySnapshotDiffRequest constructor
PatchbaySnapshotDiffRequest({
- required int fromRevision,
Implementation
PatchbaySnapshotDiffRequest({required this.fromRevision}) {
if (fromRevision <= 0) {
throw const FormatException('fromRevision must be positive');
}
}