menu
tattoo
database/schema.dart
Courses
nameZh property
nameZh
dark_mode
light_mode
nameZh
property
Column
<
String
>
nameZh
late
final
Course name in Traditional Chinese.
Implementation
late final nameZh = text().nullable()();
tattoo
schema
Courses
nameZh property
Courses class