build method

  1. @override
_$SubmitSelfServiceLoginFlowWithTotpMethodBody build()
override

Builds.

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

Implementation

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