endDate property

int? get endDate

The date when the survey was completed in Unixtime. 0 if the survey is open-ended.

Implementation

int? get endDate => payload['end_date'];