KnobNodeBool class

Boolean knob node class.

Inheritance

Constructors

KnobNodeBool({required String key, String? description, required bool value})

Properties

description String?
Knob node description.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
key String
Knob node key.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section String
Knob node section name getter.
no setterinherited
title String
Knob node title name getter.
no setterinherited
value bool
Knob node value.
finalinherited

Methods

copyWithValue({bool? value}) KnobNodeBase<bool>
Copy this object with a new value.
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.
inherited