sec property

int sec

Implementation

int get sec => this.u.smpte.sec;
void sec=(int value)

Implementation

set sec(int value) => this.u.smpte.sec = value;