X property

String? get X

Implementation

String? get X => _$this._X;
set X (String? X)

Implementation

set X(String? X) => _$this._X = X;