fix == operator spot
continuous-integration/drone/push Build is passing Details

#MSG01/chat_firebase
Lucas DELANIER 2 years ago
parent 3c3ee6d7e9
commit be8bcc7955

@ -10,7 +10,7 @@ class Spot {
bool operator ==(Object other) =>
other is Spot &&
runtimeType == other.runtimeType &&
userId == other.userId;
music.name == other.music.name;
@override
int get hashCode => music.hashCode;

Loading…
Cancel
Save