b property

bool? b

Implementation

bool? get b => this._b;
void b=(bool? value)

Implementation

set b(bool? value) => this._b = value;