VFSComparator class abstract
- Implementers
Constructors
- VFSComparator({required String name, required IconData icon})
-
const
Properties
Methods
-
compare(
VEntity a, VEntity b) → int -
compareReversed(
VEntity a, VEntity b) → int -
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