sub property

String? get sub

Implementation

String? get sub => _$this._sub;
set sub (String? sub)

Implementation

set sub(String? sub) => _$this._sub = sub;