toFullChatTime property

String get toFullChatTime

Returns full chat timestamp with date and time

Implementation

String get toFullChatTime {
  return '$toDateAsString at $to12HourFormat';
}