FromBytes constructor
HttpFile.fromBytes(String name, Uint8List bytes) { _name = name; _bytes = bytes; }