resultAttributeNames property

List<String> resultAttributeNames

Attribute names.

Array of candidate attribute names indicating which attributes should be returned for every candidate. For empty array return only default attributes, "*" means all attributes will be returned.

Implementation

List<String> get resultAttributeNames => _resultAttributeNames.value;