Returns true if has value.
true
bool get hasValue { final value = this.value; return value != null && value.isNotEmpty; }