OperationsScopedListWarning constructor
OperationsScopedListWarning({
- String? code,
- List<
OperationsScopedListWarningData> ? data, - String? message,
Implementation
OperationsScopedListWarning({this.code, this.data, this.message});