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