LddCommand.selectCodeTable constructor

const LddCommand.selectCodeTable({
  1. required LddCodeTable codeTable,
})

Implementation

const factory LddCommand.selectCodeTable({
  required LddCodeTable codeTable,
}) = LddCommand_SelectCodeTable;