authenticationDecision property
AuthenticationDecisionBuilder
get
authenticationDecision
Implementation
AuthenticationDecisionBuilder get authenticationDecision =>
_$this._authenticationDecision ??= AuthenticationDecisionBuilder();
set
authenticationDecision
(AuthenticationDecisionBuilder? authenticationDecision)
Implementation
set authenticationDecision(
AuthenticationDecisionBuilder? authenticationDecision,
) => _$this._authenticationDecision = authenticationDecision;