creationTime property

  1. @JsonKey(name: 'creationTime')
DateTime creationTime
final

The first time the target was synced

Implementation

@JsonKey(name: 'creationTime')

/// The first time the target was synced
final DateTime creationTime;