updatedAt property
DateTime?
get
updatedAt
The last updated date of the Conversation.
Implementation
DateTime? get updatedAt => parseIsoString(_rawData['updatedAt']);
The last updated date of the Conversation.
DateTime? get updatedAt => parseIsoString(_rawData['updatedAt']);