PlexDataCell class

Constructors

PlexDataCell.custom(dynamic value, DataCell? cell, {bool numberField = false})
For custom design and handling of cell use this constructor. value is optional cell is required for custom cell
PlexDataCell.text(dynamic value, {bool numberField = false})
value is required as it is text only cell

Properties

cell DataCell?
latefinal
hashCode int
The hash code for this object.
no setterinherited
isNumber bool
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
latefinal

Methods

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