names property

List<String> get names

The relation names, for withRelated: parameters.

Implementation

List<String> get names => [for (final spec in this) spec.name];