count property

String? get count

Implementation

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

Implementation

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