getFields method
return all fields
Implementation
Iterable<FieldDescriptor> getFields() {
return _properties.values.whereType<FieldDescriptor>();
}
return all fields
Iterable<FieldDescriptor> getFields() {
return _properties.values.whereType<FieldDescriptor>();
}