cb property

int cb

Implementation

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

Implementation

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