AnyLegacyModule constructor

AnyLegacyModule({
  1. required String name,
  2. List<FunctionMetadataV9>? calls,
  3. List<EventMetadataV9>? events,
  4. required List<ModuleConstantMetadataV9> constants,
  5. required List<ErrorMetadataV9> errors,
})

Implementation

AnyLegacyModule(
    {required this.name, this.calls, this.events, required this.constants, required this.errors});