AnyLegacyModule constructor
AnyLegacyModule({
- required String name,
- List<
FunctionMetadataV9> ? calls, - List<
EventMetadataV9> ? events, - required List<
ModuleConstantMetadataV9> constants, - required List<
ErrorMetadataV9> errors,
Implementation
AnyLegacyModule(
{required this.name, this.calls, this.events, required this.constants, required this.errors});