Settings constructor

Settings({
  1. String? name,
  2. bool? payg,
  3. String? tenantProjectId,
  4. bool? vpcsc,
})

Implementation

Settings({
  this.name,
  this.payg,
  this.tenantProjectId,
  this.vpcsc,
});