authType property

String? get authType

Implementation

String? get authType => _$this._authType;
set authType (String? authType)

Implementation

set authType(String? authType) => _$this._authType = authType;