CommitmentsScopedList constructor
CommitmentsScopedList({
- List<
Commitment> ? commitments, - CommitmentsScopedListWarning? warning,
Implementation
CommitmentsScopedList({
this.commitments,
this.warning,
});