empire
empire_property
EmpireNullableBoolProperty
isTrue property
isTrue
isTrue
property
Null safety
bool
isTrue
Whether the underlying value is not null and true
Implementation
bool get isTrue => isNotNull && _value == true;
empire
empire_property
EmpireNullableBoolProperty
isTrue property
EmpireNullableBoolProperty class
Constructors
EmpireNullableBoolProperty
Properties
hashCode
isFalse
isNotNull
isNull
isTrue
originalValue
propertyName
runtimeType
value
Methods
call
equals
noSuchMethod
reset
set
setFalse
setNull
setOriginalValueToCurrent
setTrue
toString
Operators
operator ==