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