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