value property

Option<List<T>> value

Implementation

Option<List<T>> get value => isNotNullEmpty ? some(this!) : none();