TextModuleData constructor

TextModuleData({
  1. String? body,
  2. String? header,
  3. String? id,
  4. LocalizedString? localizedBody,
  5. LocalizedString? localizedHeader,
})

Implementation

TextModuleData({
  this.body,
  this.header,
  this.id,
  this.localizedBody,
  this.localizedHeader,
});