DriftSQLToCSV class

Class performing the entire CSV generation process.

Implementers

Constructors

DriftSQLToCSV()
Constructor of the MoorSQLToCSV class that gets the entire process started.

Properties

hasFileWritePermission bool
Checks if the user has granted the app permission to write to storage.
no setter
hashCode int
The hash code for this object.
no setterinherited
permissionStatus → PermissionStatus
Checks the file write permission status of the app.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPermission() Future<PermissionStatus>
Gets Permission in Android and IOS devices.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeToCSV(List<DataClass> table, {String csvFileName = 'table', String? overrideFilePath}) Future<File>
Final writing is done by this member.

Operators

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