RohdModuleInfo constructor
- required bool extensionAvailable,
- String? module,
- Map<
RohdSourceFormat, RohdFormatInfo> formats = const {}, - String? error,
- bool? dtdHealthy,
- bool dtdRegistrationConflict = false,
- String? dtdStatusMessage,
- bool fstLoading = false,
Creates information returned by the ROHD extension for a module.
Implementation
const RohdModuleInfo({
required this.extensionAvailable,
this.module,
this.formats = const {},
this.error,
this.dtdHealthy,
this.dtdRegistrationConflict = false,
this.dtdStatusMessage,
this.fstLoading = false,
});