memberNames property

List<String> get memberNames

Gets the collection of member names affected by this result. The collection may be empty but will never be null.

Implementation

List<String> get memberNames => _memberNames;