ServiceAgentAuthentication constructor

ServiceAgentAuthentication({
  1. String? type,
})

Implementation

ServiceAgentAuthentication({
  this.type,
});