WmxSite constructor

WmxSite({
  1. String? permissionLevel,
  2. String? siteUrl,
})

Implementation

WmxSite({
  this.permissionLevel,
  this.siteUrl,
});