x property

String? get x

Implementation

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

Implementation

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