consent property

  1. @JsonKey.new(includeIfNull: false)
bool? consent
final

Whether user consents to terms of service

Implementation

@JsonKey(includeIfNull: false)
final bool? consent;