menu
mssql_orm package
documentation
orm.dart
Field<T>
isAbsent property
isAbsent property
dark_mode
light_mode
isAbsent
property
bool
get
isAbsent
Whether this is
AbsentField
.
Implementation
bool get isAbsent => this is AbsentField<T>;
mssql_orm package
documentation
orm
Field<T>
isAbsent property
Field class