OperationsScopedList constructor

OperationsScopedList({
  1. List<Operation>? operations,
  2. OperationsScopedListWarning? warning,
})

Implementation

OperationsScopedList({
  this.operations,
  this.warning,
});