fieldKeys property

List<String> get fieldKeys

Implementation

List<String> get fieldKeys => _fields.map((field) => field.name).toList();