CommitmentsScopedListWarning constructor

CommitmentsScopedListWarning({
  1. String? code,
  2. List<CommitmentsScopedListWarningData>? data,
  3. String? message,
})

Implementation

CommitmentsScopedListWarning({this.code, this.data, this.message});