NotificationEndpointsScopedList constructor

NotificationEndpointsScopedList({
  1. List<NotificationEndpoint> resources = const [],
  2. Warning? warning,
})

Implementation

NotificationEndpointsScopedList({this.resources = const [], this.warning})
  : super(fullyQualifiedName);