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);
Formats datetime to dd/MM/yyyy HH:mm
String get formatDateTime => DateFormat('dd/MM/yyyy HH:mm').format(this);