createdUtc property

DateTime? createdUtc

The time the Redditor's account was created.

Implementation

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