isGuest property
A flag indicating if the individual interacting with your system is a guest (not signed up).
Set to true for guest users. If false or omitted, the individual is treated
as a registered customer by default.
Implementation
@JsonKey(name: "guest")
bool? isGuest;