$cmp<T> class

Inheritance

Constructors

$cmp(Iterable<String> refs, Function fn, {String? ref})

Properties

fn Function
final
hashCode int
The hash code for this object.
no setterinherited
onChanged ← dynamic Function(T?, T?)
no getterinherited
ref String
no setterinherited
refs Iterable<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pairinherited
value ↔ T?
getter/setter pairinherited-setteroverride-getter

Methods

dispose() → void
disposeSubs() → void
inherited
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