Get the values of the properties. Returns: list[PropValue]:
(&self)
| 160 | /// Returns: |
| 161 | /// list[PropValue]: |
| 162 | pub fn values(&self) -> Vec<Prop> { |
| 163 | self.props.iter_filtered().map(|(_, value)| value).collect() |
| 164 | } |
| 165 | |
| 166 | /// Get a list of key-value pairs |
| 167 | /// |