WritePropagation constructor

const WritePropagation({
  1. required TableUpdateQuery on,
  2. required List<TableUpdate> result,
})

Default constructor. See WritePropagation for details.

Implementation

const WritePropagation({required this.on, required this.result}) : super._();