TransactionRejected constructor

TransactionRejected(
  1. String id
)

Default Constructor.

Implementation

TransactionRejected(String id)
    : super._(
        id,
        'Transaction on data with id "$id" was rejected by the server.',
      );