blob: 4f6b35346a97913aefc8c500ceca5d932a0cc2d1 [file] [log] [blame]
/// A mixin that helps implement equality without needing to explicitly override
/// `==` operators or `hashCode`s.
library equatable;
export './src/equatable.dart';
export './src/equatable_config.dart';
export './src/equatable_mixin.dart';