creationDate property

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

Date and time when the network token was created, in ISO 8601 extended format. For example, 2025-03-19T10:15:30+01:00..

Implementation

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