GridField constructor

GridField(
  1. String id,
  2. String name,
  3. DataType type
)

Creates a GridField

Implementation

GridField(this.id, this.name, this.type);