build method

  1. @override
Pulse build()
override

Builds.

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

Implementation

@override
Pulse build() {
  final result = _$v ??
      _$Pulse._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt);
  replace(result);
  return result;
}