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