BooleanEventProperty class final
Boolean event property
- Inheritance
-
- Object
- EventPropertyValue
- BooleanEventProperty
Constructors
- BooleanEventProperty.new(bool _value)
-
const
Properties
Methods
-
isValid(
) → bool -
Validate the property
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override