Future<YukaFile> fromBytes(Uint8List bytes, [String? type, String? location]) async{ return YukaFile(type??'bytes',bytes,location); }