build method

  1. @override
_$SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody build() {
  final _$result = _$v ??
      new _$SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody._(
          csrfToken: csrfToken,
          method: BuiltValueNullFieldError.checkNotNull(
              method,
              'SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody',
              'method'),
          webauthnRegister: webauthnRegister,
          webauthnRegisterDisplayname: webauthnRegisterDisplayname,
          webauthnRemove: webauthnRemove);
  replace(_$result);
  return _$result;
}