pickerFirst property

T? get pickerFirst

Implementation

T? get pickerFirst => isEmpty ? null : this.first;