formatDateTime property

String get formatDateTime

Formats datetime to dd/MM/yyyy HH:mm

Implementation

String get formatDateTime => DateFormat('dd/MM/yyyy HH:mm').format(this);