TransactionError constructor

TransactionError(
  1. String message, [
  2. Object? source
])

Implementation

TransactionError(super.message, [super.source]);