build method

  1. @override
_$SubmitSelfServiceSettingsFlowBody build()
override

Builds.

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

Implementation

@override
_$SubmitSelfServiceSettingsFlowBody build() {
  final _$result = _$v ??
      new _$SubmitSelfServiceSettingsFlowBody._(
          csrfToken: csrfToken,
          method: method,
          password: password,
          traits: traits,
          flow: flow,
          link: link,
          unlink: unlink,
          totpCode: totpCode,
          totpUnlink: totpUnlink);
  replace(_$result);
  return _$result;
}