ObjectComparable class abstract

An interface that defines an object that can be compared.

Constructors

ObjectComparable.new()

Properties

hashCode int
The hash code for this object.
no setteroverride
map Map<String, dynamic>
Returns a map that represents the object.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 ==(covariant ObjectComparable other) bool
The equality operator.
override
operator [](String key) → dynamic