Transaction constructor

Transaction({
  1. required Document document,
})

Implementation

Transaction({
  required this.document,
});