customFirst property

E? customFirst

Implementation

E? get customFirst => this.isNotNullAndNotEmpty ? this?.first : null;