menu
stdc package
documentation
sys_time.dart
TimeVal
TimeVal.new constructor
TimeVal.new constructor
dark_mode
light_mode
TimeVal
constructor
TimeVal
(
{
int
tv_sec
=
0
,
int
tv_usec
=
0
,
})
Creates a new
TimeVal
structure.
Implementation
TimeVal({ this.tv_sec = 0, this.tv_usec = 0, });
stdc package
documentation
sys_time
TimeVal
TimeVal.new constructor
TimeVal class