lastModUpdate property

DateTime? lastModUpdate

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

Implementation

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