menu
khadem package
documentation
database/orm.dart
UuidPrimaryKey<T>
hasCast method
hasCast method
dark_mode
light_mode
hasCast
method
bool
hasCast
(
String
key
)
inherited
Determine if an attribute has a cast.
Implementation
bool hasCast(String key) => casts.containsKey(key);
khadem package
documentation
database/orm
UuidPrimaryKey<T>
hasCast method
UuidPrimaryKey mixin