optInDefinitions property
- @JsonKey(name: 'optInDefinitions')
getter/setter pair
Keyed by the name identifier of the opt-in definition.
Implementation
@JsonKey(name:'optInDefinitions')
Map<String, EmailOptInDefinition>? optInDefinitions;
Keyed by the name identifier of the opt-in definition.
@JsonKey(name:'optInDefinitions')
Map<String, EmailOptInDefinition>? optInDefinitions;