executionDate property

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

The date on which the event will take place.

Implementation

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