menu
bavard package
documentation
schema.dart
Column<T>
Column.new const constructor
Column.new const constructor
dark_mode
light_mode
Column<
T
>
constructor
const
Column<
T
>
(
String
?
name
, {
bool
isNullable
=
false
,
bool
isGuarded
=
false
,
})
Implementation
const Column(this.name, {this.isNullable = false, this.isGuarded = false});
bavard package
documentation
schema
Column<T>
Column.new const constructor
Column class