sample property

int sample

Implementation

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

Implementation

set sample(int value) => this.u.sample = value;