bannedAt property

DateTime? bannedAt

The date and time that this Submission was banned.

Returns null if the Submission has not been approved.

Implementation

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