isList property

  1. @TagNumber(5)
bool get isList

@doc Whether the value is a list.

Implementation

@$pb.TagNumber(5)
$core.bool get isList => $_getBF(4);
  1. @TagNumber(5)
set isList (bool value)

Implementation

@$pb.TagNumber(5)
set isList($core.bool value) => $_setBool(4, value);