factory ByteArkPlayerNativeEvent.fromMap(Map<String, dynamic> json) { return ByteArkPlayerNativeEvent( type: json['type'], data: json['data'], ); }