build method

  1. @override
_$InlineResponse2002 build()
override

Builds.

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

Implementation

@override
_$InlineResponse2002 build() {
  final _$result =
      _$v ?? new _$InlineResponse2002._(mfaRequired: mfaRequired);
  replace(_$result);
  return _$result;
}