ValueAddedModuleData constructor
ValueAddedModuleData({
- LocalizedString? body,
- LocalizedString? header,
- Image? image,
- int? sortIndex,
- String? uri,
- ModuleViewConstraints? viewConstraints,
Implementation
ValueAddedModuleData({
this.body,
this.header,
this.image,
this.sortIndex,
this.uri,
this.viewConstraints,
});