menu
objectbox
objectbox_internal
ModelEntity
hasFlag method
hasFlag
brightness_4
brightness_5
hasFlag
method
bool
hasFlag
(
int
flag
)
Implementation
bool hasFlag(int flag) => (flags & flag) == flag;
objectbox
objectbox_internal
ModelEntity
hasFlag method
ModelEntity class
Constructors
ModelEntity
create
fromMap
Properties
backlinks
constructorParams
flags
hashCode
id
idProperty
lastPropertyId
model
name
properties
relations
runtimeType
uidRequest
Methods
containsUid
createProperty
createRelation
findPropertyByName
findSameProperty
findSameRelation
hasFlag
noSuchMethod
removeProperty
removeRelation
toMap
toString
validate
Operators
operator ==