ContactGetSyncStatusOutput constructor
- @JsonSerializable.new(includeIfNull: false)
- @SyncStatusConverter() SyncStatus? syncStatus,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory ContactGetSyncStatusOutput({
/// If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called `app.bsky.contact.removeData` and didn't import again since.
@SyncStatusConverter() SyncStatus? syncStatus,
Map<String, dynamic>? $unknown,
}) = _ContactGetSyncStatusOutput;