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