$ReadWrite constructor

$ReadWrite({
  1. String? retryTransaction,
})

Implementation

$ReadWrite({
  this.retryTransaction,
});