expiresAt property

  1. @BuiltValueField.new(wireName: r'expires_at')
DateTime? get expiresAt

The expiration date of the reward

Implementation

@BuiltValueField(wireName: r'expires_at')
DateTime? get expiresAt;