toShort method

String? toShort()

Implementation

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