creationDate property

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

The date when the recurring details were created.

Implementation

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