menu
regent package
documentation
regent.dart
Identifiable<I>
hasSameId method
hasSameId method
dark_mode
light_mode
hasSameId
method
bool
hasSameId
(
Identifiable
<
I
>
other
)
Implementation
bool hasSameId(Identifiable<I> other) => id == other.id;
regent package
documentation
regent
Identifiable<I>
hasSameId method
Identifiable mixin