time property

num get time

Implementation

num get time => _time;
set time (num time)

Implementation

set time(num time) => _time = time;