array property

List<ToolValue>? get array

Implementation

List<ToolValue>? get array {
  return hasArrayValue() ? List.unmodifiable(arrayValue.values) : null;
}