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