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