ValueAddedModuleData constructor

ValueAddedModuleData({
  1. LocalizedString? body,
  2. LocalizedString? header,
  3. Image? image,
  4. int? sortIndex,
  5. String? uri,
  6. ModuleViewConstraints? viewConstraints,
})

Implementation

ValueAddedModuleData({
  this.body,
  this.header,
  this.image,
  this.sortIndex,
  this.uri,
  this.viewConstraints,
});