schema property

Schema? schema
final

An array of SchemaAttribute objects that specify the dataset fields. Each SchemaAttribute specifies the name and data type of a field.

Implementation

final Schema? schema;