targetAccountId property

String? targetAccountId

Implementation

String? get targetAccountId =>
    _model.target.hasAccountId() ? hex.encode(_model.target.accountId) : null;