closeDate property

  1. @JsonKey.new(name: 'close_date')
int? get closeDate
inherited

Optional. Point in time (Unix timestamp) when the poll will be automatically closed

A handy DateTime object is available as closeDateTime getter

Implementation

@JsonKey(name: 'close_date')
int? get closeDate;