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