equals method

  1. @override
bool equals(
  1. PubSpec value,
  2. PubSpec other,
  3. MappingContext context
)
inherited

The mapping method to compare value and other for equality.

Implementation

@override
bool equals(value, other, MappingContext context) => value == other;