updatedAt property

DateTime? updatedAt

The last updated date of the Conversation.

Implementation

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