fields property

Return the fields of the record pattern.

Implementation

@override
NodeList<RecordPatternFieldImpl> get fields => _fields;