build method

  1. @override
_$ConfigPrivacySettings build()
override

Builds.

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

Implementation

@override
_$ConfigPrivacySettings build() {
  final _$result = _$v ??
      new _$ConfigPrivacySettings._(
          showEmailAddress: showEmailAddress, showFullName: showFullName);
  replace(_$result);
  return _$result;
}