isUnlocked property

  1. @TagNumber(8)
bool get isUnlocked

Implementation

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

Implementation

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