MoorSQLToCSV class

MoorSQLToCSV class extending DriftSQLToCSV for backwards compatibility

Inheritance

Constructors

MoorSQLToCSV()

Properties

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

Methods

getPermission() Future<PermissionStatus>
Gets Permission in Android and IOS devices.
inherited
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.
inherited

Operators

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