Grid class

Model for GridData

Constructors

Grid(String name, dynamic schema, List<GridField> fields, List<GridRow> rows)
Creates a GridData Object
Grid.fromJson(Map<String, dynamic> json)
Deserializes json into a GridData Object
factory

Properties

fields List<GridField>
List of GridField representing the Columns the Grid has
final
hashCode int
The hash code for this object.
no setteroverride
name String
Name of the Form
final
rows List<GridRow>
Rows of the Grid
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema → dynamic
Schema used for deserializing and validating data send back to the server
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes Grid into a json Map
toString() String
A string representation of this object.
override

Operators

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