InterfaceDef constructor

InterfaceDef({
  1. required List<InterfaceMethodDef> methods,
  2. required List<InterfacePropertyDef> properties,
})

Implementation

InterfaceDef({required this.methods, required this.properties});