menu
objectbox
objectbox_internal
ModelProperty
hasFlag method
hasFlag
brightness_4
brightness_5
hasFlag
method
bool
hasFlag
(
int
flag
)
Implementation
bool hasFlag(int flag) => (flags & flag) == flag;
objectbox
objectbox_internal
ModelProperty
hasFlag method
ModelProperty class
Constructors
ModelProperty
create
fromMap
Properties
dartFieldType
entity
fieldIsNullable
fieldIsReadOnly
fieldType
flags
hashCode
id
indexId
isRelation
isSigned
name
relationTarget
runtimeType
type
uidRequest
Methods
hasFlag
hasIndexFlag
noSuchMethod
removeIndex
toMap
toString
Operators
operator ==