Sign in
flutter
/
third_party
/
equatable
/
7b5ef3bdf30a6576dc49cf2860147df066b4220c
/
.
/
lib
/
equatable.dart
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'
;