WriteTransaction constructor

const WriteTransaction({
  1. required int ref,
})

Implementation

const WriteTransaction({
  required this.ref,
});