menu
libac_dart
structs/Snowflake.dart
Snowflake
isAtSameMomentAs method
isAtSameMomentAs
dark_mode
light_mode
isAtSameMomentAs
method
bool
isAtSameMomentAs
(
Snowflake
other
)
Implementation
bool isAtSameMomentAs(Snowflake other) => timestamp.isAtSameMomentAs(other.timestamp);
libac_dart
Snowflake
Snowflake
isAtSameMomentAs method
Snowflake class