sourceAccount property
Returns the operation source account.
Implementation
String get sourceAccount => _sourceAccount;
Sets the operation source account represented by sourceAccountId
.
Implementation
set sourceAccount(String sourceAccountId) {
_sourceAccount = checkNotNull(sourceAccountId, "source account id cannot be null");
}