tips property

  1. @TagNumber(7)
List<int> get tips

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get tips => $_getN(6);
  1. @TagNumber(7)
set tips (List<int> v)

Implementation

@$pb.TagNumber(7)
set tips($core.List<$core.int> v) {
  $_setBytes(6, v);
}