NotificationEndpointList constructor
NotificationEndpointList({
- String? id,
- List<
NotificationEndpoint> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- NotificationEndpointListWarning? warning,
Implementation
NotificationEndpointList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});