accountId property

String? get accountId

Implementation

String? get accountId => _$this._accountId;
set accountId (String? accountId)

Implementation

set accountId(String? accountId) => _$this._accountId = accountId;