String validate({String value = ''}) { if (this.isEmptyOrNull) { return value; } else { return this!; } }