hasDefault property

  1. @TagNumber(4)
bool get hasDefault

@doc Whether this field has a default value.

Implementation

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

Implementation

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