GridEntry class
Model for a Cell Entry in a Grid
Constructors
- GridEntry(GridField field, DataEntity data)
- Creates a GridEntry
- GridEntry.fromJson(dynamic jsonData, GridField field)
-
Creates a GridEntry with value
jsonData
factory
Properties
- data → DataEntity
-
Data that is held in the cell
final
- field → GridField
-
Column this Entry belongs to
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
override