accountIdentifier property

String? get accountIdentifier

Implementation

String? get accountIdentifier => _$this._accountIdentifier;
set accountIdentifier (String? accountIdentifier)

Implementation

set accountIdentifier(String? accountIdentifier) =>
    _$this._accountIdentifier = accountIdentifier;