SupportedService constructor

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

Implementation

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