heraConfigured property

  1. @TagNumber(14)
bool heraConfigured

Implementation

@$pb.TagNumber(14)
$core.bool get heraConfigured => $_getBF(13);
  1. @TagNumber(14)
void heraConfigured=(bool v)

Implementation

@$pb.TagNumber(14)
set heraConfigured($core.bool v) { $_setBool(13, v); }