vm_class library

Classes

VmClass

Mixins

VmClassMixin

Extensions

VmClassExt on Object

Functions

iterableEquals(Iterable<Object?> a, Iterable<Object?> b) bool
Determines whether two iterables are equal.
mapEquals(Map<Object?, Object?> a, Map<Object?, Object?> b) bool
Determines whether two maps are equal.
mapPropsToHashCode(Iterable<Object?>? props) int
Returns a hashCode for props.
mapPropsToString(Type runtimeType, List<Object?> props) String
Returns a string for props.
numEquals(num a, num b) bool
Determines whether two numbers are equal.
objectsEquals(Object? a, Object? b) bool
Determines whether two objects are equal.
setEquals(Set<Object?> a, Set<Object?> b) bool
Determines whether two sets are equal.