cStr property

Array<Uint8> cStr

Implementation

Array<Uint8> get cStr => this.Anonymous.cStr;
void cStr=(Array<Uint8> value)

Implementation

set cStr(Array<Uint8> value) => this.Anonymous.cStr = value;