syncs property

  1. @JsonKey(name: 'Results')
List<FindSyncResponse>? syncs
final

The list of the syncs returned

Implementation

@JsonKey(name: 'Results')

/// The list of the syncs returned
final List<FindSyncResponse>? syncs;