passwordlessRegistration property

  1. @TagNumber.new(3)
ImportHumanUserResponse_PasswordlessRegistration get passwordlessRegistration

Implementation

@$pb.TagNumber(3)
ImportHumanUserResponse_PasswordlessRegistration
    get passwordlessRegistration => $_getN(2);
  1. @TagNumber.new(3)
set passwordlessRegistration (ImportHumanUserResponse_PasswordlessRegistration value)

Implementation

@$pb.TagNumber(3)
set passwordlessRegistration(
        ImportHumanUserResponse_PasswordlessRegistration value) =>
    $_setField(3, value);