updatedAt property

DateTime? get updatedAt

The last updated date of the Conversation.

Implementation

DateTime? get updatedAt => parseIsoString(_rawData['updatedAt']);