RegionsListResponse constructor

RegionsListResponse({
  1. String? kind,
  2. List<Region>? regions,
})

Implementation

RegionsListResponse({this.kind, this.regions});