DataSample class

Inheritance

Constructors

DataSample({required String path, required String fileName, Map<String, String>? attributs})

Properties

content String
content of file
no setteroverride
getAttributs String
no setter
getConstructor String
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
overwrite bool
overwrite file
no setteroverride
path String
path to create file
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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