x property

String? x

Implementation

String? get x => _$this._x;
void x=(String? x)

Implementation

set x(String? x) => _$this._x = x;