withData property

bool withData
final

If withData is set, picked files will have its byte data immediately available on memory as Uint8List which can be useful if you are picking it for server upload or similar.

Implementation

final bool withData;