bannedAtUtc property

DateTime? bannedAtUtc

When this Comment was removed.

Returns null if the Comment has not been removed.

Implementation

DateTime? get bannedAtUtc =>
    GetterUtils.dateTimeOrNull(data!['banned_at_utc']);