String format({String dateFormat = "YYYY-MM-DD"}) { if (rawValue == null) { return ''; } return value.format(dateFormat: dateFormat); }