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