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