build method

  1. @override
_$InlineResponse2001 build()
override

Builds.

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

Implementation

@override
_$InlineResponse2001 build() {
  final _$result =
      _$v ?? new _$InlineResponse2001._(secret: secret, qrCode: qrCode);
  replace(_$result);
  return _$result;
}