keywords property

Map<String, Value> keywords

The keyword arguments attached to this argument list.

The argument names don't include $.

Implementation

Map<String, Value> get keywords {
  _wereKeywordsAccessed = true;
  return _keywords;
}