hasBeenUpdated property

  1. @TagNumber(11)
bool get hasBeenUpdated

Whether this variable has been updated to V1

Implementation

@$pb.TagNumber(11)
$core.bool get hasBeenUpdated => $_getBF(10);
  1. @TagNumber(11)
set hasBeenUpdated (bool value)

Implementation

@$pb.TagNumber(11)
set hasBeenUpdated($core.bool value) => $_setBool(10, value);