eligible property

bool? get eligible

Implementation

bool? get eligible => _$this._eligible;
set eligible (bool? eligible)

Implementation

set eligible(bool? eligible) => _$this._eligible = eligible;