CommitmentsScopedList constructor

CommitmentsScopedList({
  1. List<Commitment>? commitments,
  2. CommitmentsScopedListWarning? warning,
})

Implementation

CommitmentsScopedList({
  this.commitments,
  this.warning,
});