build method

  1. @override
_$WiFiAccessPoint build()
override

Builds.

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

Implementation

@override
_$WiFiAccessPoint build() {
  final _$result = _$v ??
      new _$WiFiAccessPoint._(
          macAddress: macAddress,
          signalStrength: signalStrength,
          signalToNoiseRatio: signalToNoiseRatio,
          age: age,
          channel: channel);
  replace(_$result);
  return _$result;
}