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