createdAt property

DateTime? createdAt

The created date of the Conversation.

Implementation

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