KnobNodeBase<T> class abstract

Knob node base class.

Implementers

Constructors

KnobNodeBase({required String key, String? description, required T value})
const

Properties

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

Methods

copyWithValue({T? value}) KnobNodeBase<T>
Copy this object with a new value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited