withOtp property

  1. @TagNumber.new(4)
bool get withOtp

Implementation

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

Implementation

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