toShort method

String? toShort()

Implementation

String? toShort() {
  if (this == null) return null;
  return this.withFormat('dd/MM/yyyy');
}