CSV class
Constructors
Properties
- columnCount ↔ int
-
read / write
-
data
↔ List<
List< String> > -
read / write
- delimiter ↔ String
-
read / write
- initFinished → Future
-
This ensures that we can await the instance of this Reader making it more flexible
read-only
- rowsCount ↔ int
-
read / write
- shape ↔ String
-
read / write
- title ↔ bool
-
read / write
- url ↔ String
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator [](
int i) → dynamic -
Allowing access of any cell by using X
k
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Static Properties
-
platformVersion
→ Future<
String> -
read-only