SitesListResponse constructor

SitesListResponse({
  1. List<WmxSite>? siteEntry,
})

Implementation

SitesListResponse({
  this.siteEntry,
});