build method

  1. @override
Elevator build()
override

Builds.

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

Implementation

@override
Elevator build() {
  final result = _$v ??
      _$Elevator._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          timeout: timeout,
          flags: flags,
          lat: lat,
          lon: lon,
          startZ: startZ,
          startZUnits: startZUnits,
          endZ: endZ,
          endZUnits: endZUnits,
          radius: radius,
          speed: speed,
          speedUnits: speedUnits,
          custom: custom);
  replace(result);
  return result;
}