build method

  1. @override
DmsDetection build()
override

Builds.

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

Implementation

@override
DmsDetection build() {
  final result = _$v ??
      _$DmsDetection._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          ch01: ch01,
          ch02: ch02,
          ch03: ch03,
          ch04: ch04,
          ch05: ch05,
          ch06: ch06,
          ch07: ch07,
          ch08: ch08,
          ch09: ch09,
          ch10: ch10,
          ch11: ch11,
          ch12: ch12,
          ch13: ch13,
          ch14: ch14,
          ch15: ch15,
          ch16: ch16);
  replace(result);
  return result;
}