PlatformFile constructor
PlatformFile({})
Implementation
PlatformFile({
String? path,
required this.name,
required this.size,
this.bytes,
this.readStream,
this.identifier,
}) : _path = path;
PlatformFile({
String? path,
required this.name,
required this.size,
this.bytes,
this.readStream,
this.identifier,
}) : _path = path;