$IdentityServiceDiagnosticInterface constructor

$IdentityServiceDiagnosticInterface({
  1. bool? enabled,
  2. String? expirationTime,
})

Implementation

$IdentityServiceDiagnosticInterface({
  this.enabled,
  this.expirationTime,
});