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