SACRealm constructor

SACRealm({
  1. String? createTime,
  2. Map<String, String>? labels,
  3. String? name,
  4. SACRealmPairingKey? pairingKey,
  5. String? securityService,
  6. String? state,
  7. String? updateTime,
})

Implementation

SACRealm({
  this.createTime,
  this.labels,
  this.name,
  this.pairingKey,
  this.securityService,
  this.state,
  this.updateTime,
});