SupportedService constructor

SupportedService({
  1. bool? availableOnRestrictedVip,
  2. bool? knownLimitations,
  3. String? name,
  4. String? serviceSupportStage,
  5. String? supportStage,
  6. List<MethodSelector>? supportedMethods,
  7. String? title,
})

Implementation

SupportedService({
  this.availableOnRestrictedVip,
  this.knownLimitations,
  this.name,
  this.serviceSupportStage,
  this.supportStage,
  this.supportedMethods,
  this.title,
});