lastUserUpdate property

DateTime? lastUserUpdate

The date and time the conversation was last updated by a non-moderator user.

Implementation

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