isPayoutUnlocked property

  1. @TagNumber(32)
bool get isPayoutUnlocked

Implementation

@$pb.TagNumber(32)
$core.bool get isPayoutUnlocked => $_getBF(31);
  1. @TagNumber(32)
set isPayoutUnlocked (bool v)

Implementation

@$pb.TagNumber(32)
set isPayoutUnlocked($core.bool v) { $_setBool(31, v); }