endTimestamp property

int get endTimestamp

@return event end Date, or -1 if event has no duration @see #getStartTimestamp()

Implementation

int get endTimestamp => _end;