formatDateTime12 property

String get formatDateTime12

Formats datetime to dd/MM/yyyy h:mm a

Implementation

String get formatDateTime12 => DateFormat('dd/MM/yyyy h:mm a').format(this);