resends property

int? get resends

Implementation

int? get resends => _$this._resends;
set resends (int? resends)

Implementation

set resends(int? resends) => _$this._resends = resends;