ParseWebFile constructor

ParseWebFile(
  1. Uint8List? file, {
  2. required String name,
  3. String? url,
  4. bool? debug,
  5. ParseClient? client,
  6. bool? autoSendSessionId,
})

Implementation

ParseWebFile(
  this.file, {
  required super.name,
  super.url,
  super.debug,
  super.client,
  super.autoSendSessionId,
});