Cell class

Annotations

Constructors

Cell(Data? data)
const

Properties

data → Data?
final
hashCode int
The hash code for this object.
no setterinherited
is_bool bool
no setter
is_date bool
no setter
is_empty bool
no setter
is_error bool
no setter
is_formula bool
no setter
is_not_empty bool
no setter
is_number bool
no setter
is_string bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
no setter

Methods

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

Operators

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