creationDate property

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

The date on which the transaction was performed.

Implementation

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