build method

  1. @override
_$BridgeException build()
override

Builds.

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

Implementation

@override
_$BridgeException build() {
  final _$result = _$v ??
      new _$BridgeException._(
          address: address, description: description, type: type);
  replace(_$result);
  return _$result;
}