isPrivate property
Optional. True, if the sender and gift text are shown only to the gift receiver; otherwise, everyone will be able to see them
Implementation
@JsonKey(name: 'is_private')
bool? get isPrivate;
Optional. True, if the sender and gift text are shown only to the gift receiver; otherwise, everyone will be able to see them
@JsonKey(name: 'is_private')
bool? get isPrivate;