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