NotificationEndpointsScopedListWarning constructor

NotificationEndpointsScopedListWarning({
  1. String? code,
  2. List<NotificationEndpointsScopedListWarningData>? data,
  3. String? message,
})

Implementation

NotificationEndpointsScopedListWarning({this.code, this.data, this.message});