all property

Implementation

Map<String, AnnotationArgument> get all {
  return {...named, for (final e in positional) e.parameterName: e};
}