authMethod property

String? get authMethod
override

Implementation

String? get authMethod => _$this._authMethod;
set authMethod (covariant String? authMethod)
covariantoverride

Implementation

set authMethod(covariant String? authMethod) => _$this._authMethod = authMethod;