ReadTransaction constructor

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

Implementation

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