descriptionZh property

GeneratedColumn<String> get descriptionZh

Implementation

GeneratedColumn<String> get descriptionZh => $composableBuilder(
  column: $table.descriptionZh,
  builder: (column) => column,
);