TransactionOptions constructor

TransactionOptions({
  1. bool readOnly,
  2. Timestamp? readTime,
  3. int? maxAttempts,
})

Constructor

Implementation

external factory TransactionOptions({
  bool readOnly,
  Timestamp? readTime,
  int? maxAttempts,
});