value property

Option<String> value

Implementation

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