first property
int?
get
first
Implementation
int? get first => _$this._first;
set
first
(int? first)
Implementation
set first(int? first) => _$this._first = first;