executionDate property

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

The execution date scheduled for the event.

Implementation

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