accountType property

String? get accountType

Implementation

String? get accountType => _$this._accountType;
set accountType (covariant String? accountType)
covariant

Implementation

set accountType(covariant String? accountType) =>
    _$this._accountType = accountType;