TextModuleData constructor
TextModuleData({
- String? body,
- String? header,
- String? id,
- LocalizedString? localizedBody,
- LocalizedString? localizedHeader,
Implementation
TextModuleData({
this.body,
this.header,
this.id,
this.localizedBody,
this.localizedHeader,
});