sync property

  1. @JsonKey(name: 'Sync')
Sync? sync
final

The sync returned, null when there is an error

Implementation

@JsonKey(name: 'Sync')

/// The sync returned, null when there is an error
final Sync? sync;