SynthizerBoolProperty class

A boolean property.

Inheritance

Constructors

SynthizerBoolProperty({required Synthizer synthizer, required Pointer<syz_Handle> targetHandle, required Properties property})
Create an instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
property Properties
The property to get.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthizer Synthizer
The synthizer instance to work with.
finalinherited
targetHandle Pointer<syz_Handle>
The target of this property.
finalinherited
value bool
Get the value of this property.
getter/setter pairoverride

Methods

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.
inherited