hour property

int hour

Implementation

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

Implementation

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