NetworkAttachmentList constructor
NetworkAttachmentList({
- String? id,
- List<
NetworkAttachment> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- NetworkAttachmentListWarning? warning,
Implementation
NetworkAttachmentList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});