QueryAllHostZoneResponse constructor

const QueryAllHostZoneResponse({
  1. List<HostZone> hostZone = const [],
  2. PageResponse? pagination,
})

Implementation

const QueryAllHostZoneResponse({this.hostZone = const [], this.pagination});