count property

int? get count

Implementation

int? get count => _$this._count;
set count (int? count)

Implementation

set count(int? count) => _$this._count = count;