goldExpiration property

DateTime? goldExpiration

The UTC date and time that the Redditor's Reddit Gold subscription ends.

Returns null if the Redditor does not have Reddit Gold.

Implementation

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