StringEquality class
- Inheritance
-
- Object
- Equality<
String> - NaturalEquality<
String> - StringEquality
Constructors
- StringEquality()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hash(
String a) → int -
Return the hash code of
a
.inherited -
isClose(
String a, String b, double epsilon) → bool -
Returns
true
, ifa
andb
are within range ofepsilon
.override -
isEqual(
String a, String b) → bool -
Returns
true
, ifa
andb
are the same.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