WrittenMoorTable constructor

WrittenMoorTable(
  1. MoorTable table,
  2. UpdateKind kind
)

Implementation

WrittenMoorTable(this.table, this.kind);