transactionVerification property
TransactionVerificationModelBuilder
get
transactionVerification
Implementation
TransactionVerificationModelBuilder get transactionVerification =>
_$this._transactionVerification ??= TransactionVerificationModelBuilder();
set
transactionVerification
(TransactionVerificationModelBuilder? transactionVerification)
Implementation
set transactionVerification(
TransactionVerificationModelBuilder? transactionVerification,
) => _$this._transactionVerification = transactionVerification;