executor property
Object?
get
executor
Returns the executor of this transaction.
Implementation
Object? get executor => mainOperation?.executor;
Returns the executor of this transaction.
Object? get executor => mainOperation?.executor;