toDisplayLocal method

String toDisplayLocal({
  1. String regex = '/',
})

Implementation

String toDisplayLocal({String regex = '/'}) =>
    _toLocalDateString(this, regex);