count property

int? count

Implementation

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

Implementation

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