menu
ic_tools package
documentation
tools.dart
seconds_of_the_nanos function
seconds_of_the_nanos function
dark_mode
light_mode
seconds_of_the_nanos
function
BigInt
seconds_of_the_nanos
(
BigInt
nanos
)
Implementation
BigInt seconds_of_the_nanos(BigInt nanos) { return nanos ~/ BigInt.from(1000000000); }
ic_tools package
documentation
tools
seconds_of_the_nanos function
tools library