isPrivate property

  1. @JsonKey(name: 'is_private')
bool? get isPrivate
inherited

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;