DelegatedService constructor

DelegatedService({
  1. DateTime? delegationEnabledDate,
  2. String? servicePrincipal,
})

Implementation

DelegatedService({
  this.delegationEnabledDate,
  this.servicePrincipal,
});