fields property

  1. @ToBeDeprecated('Use fields2 instead.')
NodeList<RecordLiteralField> get fields

The syntactic elements used to compute the fields of the record.

Implementation

@ToBeDeprecated('Use fields2 instead.')
NodeList<RecordLiteralField> get fields;