endAt property

  1. @JsonKey(name: 'end_datetime')
DateTime? endAt
inherited

Specifies the end date and time for this poll.

Implementation

@JsonKey(name: 'end_datetime')
DateTime? get endAt => throw _privateConstructorUsedError;