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