build method

  1. @override
AcousticRequest build()
override

Builds.

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

Implementation

@override
AcousticRequest build() {
  final result = _$v ??
      _$AcousticRequest._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          reqId: reqId,
          destination: destination,
          timeout: timeout,
          range: range,
          type: type,
          msg: msg);
  replace(result);
  return result;
}