factory InterfaceMethodDef.fromJson(Map<String, dynamic> json) => InterfaceMethodDef( name: json['name'] as String, kind: json['kind'] as String?, );