lastUpdated property

DateTime lastUpdated

The date and time the conversation was last updated.

Implementation

DateTime get lastUpdated =>
    GetterUtils.dateTimeOrNullFromString(data![_kConvKey]['lastUpdated'])!;