values property

List get values

Implementation

List get values => []
  ..addAll(lengthDelimited)
  ..addAll(varints)
  ..addAll(fixed32s)
  ..addAll(fixed64s)
  ..addAll(groups);