fieldNames property

List<String> get fieldNames

Unmodifiable schema field-name list in field-index order.

The names correspond one-to-one with fields and are not record values.

Implementation

List<String> get fieldNames => _schemaCoordinator.fieldNames;