timestamp property
Duration
get
timestamp
Получение времени регистрации события ввода.
- Returns: время регистрации события, в мс
Implementation
Duration get timestamp {
_CTimeInterval res = _CInputEvent_timestamp(_CInputEventMakeDefault().._impl=_self);
return res._toDart();
}