ServiceContext constructor

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

Implementation

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