setSourceAccount method Null safety

SetOptionsOperationBuilder setSourceAccount(
  1. String sourceAccountId
)

Sets the source account for this operation.

Implementation

SetOptionsOperationBuilder setSourceAccount(String sourceAccountId) {
  _sourceAccount = MuxedAccount.fromAccountId(sourceAccountId);
  return this;
}