build method

  1. @override
_$SubmitSelfServiceLoginFlowWithWebAuthnMethodBody build()
override

Builds.

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

Implementation

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