ServiceContext constructor

ServiceContext({
  1. String? resourceType,
  2. String? service,
  3. String? version,
})

Implementation

ServiceContext({
  this.resourceType,
  this.service,
  this.version,
});