UploadSettings class

Information about the format for a source file or files.

Constructors

UploadSettings({bool? containsHeader, String? delimiter, FileFormat? format, int? startFromRow, TextQualifier? textQualifier})
UploadSettings.fromJson(Map<String, dynamic> json)
factory

Properties

containsHeader bool?
Whether the file has a header row, or the files each have a header row.
final
delimiter String?
The delimiter between values in the file.
final
format FileFormat?
File format.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startFromRow int?
A row number to start reading data from.
final
textQualifier TextQualifier?
Text qualifier.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited