fields property
The syntactic elements used to compute the fields of the record.
Implementation
@ToBeDeprecated('Use fields2 instead.')
NodeList<RecordLiteralField> get fields;
The syntactic elements used to compute the fields of the record.
@ToBeDeprecated('Use fields2 instead.')
NodeList<RecordLiteralField> get fields;