TransactionError.other constructor

const TransactionError.other({
  1. int? code,
  2. Object? data,
  3. String? message,
})

Implementation

const factory TransactionError.other({
  int? code,
  Object? data,
  String? message,
}) = _TransactionOtherError;