setByDefault property

  1. @JsonKey(name: 'setByDefault')
bool? setByDefault
getter/setter pair

If true, this opt-in setting should be set by default in situations where accounts are created without explicit choices about what they're opting into.

Implementation

@JsonKey(name:'setByDefault')
bool? setByDefault;