updateTime property

int updateTime

Time this device was last updated

Implementation

int get updateTime => (_properties['UpdateTime'] as DBusUint64)
    .value;