AddressConfiguration constructor

AddressConfiguration({
  1. String? bodyOverride,
  2. ChannelType? channelType,
  3. Map<String, String>? context,
  4. String? rawContent,
  5. Map<String, List<String>>? substitutions,
  6. String? titleOverride,
})

Implementation

AddressConfiguration({
  this.bodyOverride,
  this.channelType,
  this.context,
  this.rawContent,
  this.substitutions,
  this.titleOverride,
});