fieldNames property

List<String> fieldNames

Implementation

List<String> get fieldNames => fields.map((f) => f.name).toList();