updateTime property

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

The last time the target was synced

Implementation

@JsonKey(name: 'updateTime')

/// The last time the target was synced
final DateTime updateTime;