InterfaceMethodDef constructor

InterfaceMethodDef({
  1. required String name,
  2. String? kind,
})

Implementation

InterfaceMethodDef({required this.name, this.kind});