dropped property

int? dropped

Implementation

int? get dropped => _$this._dropped;
void dropped=(int? dropped)

Implementation

set dropped(int? dropped) => _$this._dropped = dropped;