$columns property

  1. @override
List<GeneratedColumn<Object>> get $columns

All columns from this table or view.

Implementation

@override
List<GeneratedColumn> get $columns => [
  id,
  code,
  name,
  nameInEnglish,
  seqNum,
  published,
  locked,
  imagePath,
  publishedSongCount,
  totalSongCount,
  description,
  note,
];