build method

  1. @override
DeviceState build()
override

Builds.

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

Implementation

@override
DeviceState build() {
  final result = _$v ??
      _$DeviceState._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          x: x,
          y: y,
          z: z,
          phi: phi,
          theta: theta,
          psi: psi);
  replace(result);
  return result;
}