InterfaceDef constructor
InterfaceDef({
- required List<
InterfaceMethodDef> methods, - required List<
InterfacePropertyDef> properties,
Implementation
InterfaceDef({required this.methods, required this.properties});