ImageList constructor
ImageList({})
Implementation
ImageList({
this.id,
this.items = const [],
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
}) : super(fullyQualifiedName);
ImageList({
this.id,
this.items = const [],
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
}) : super(fullyQualifiedName);