user property

  1. @JsonKey.new(includeIfNull: false)
UserPartialResponse? user
final

Partial user data if handoff is complete

Implementation

@JsonKey(includeIfNull: false)
final UserPartialResponse? user;