build method

  1. @override
EntityMonitoringState build()
override

Builds.

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

Implementation

@override
EntityMonitoringState build() {
  final result = _$v ??
      _$EntityMonitoringState._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          mcount: mcount,
          mnames: mnames,
          ecount: ecount,
          enames: enames,
          ccount: ccount,
          cnames: cnames,
          lastError: lastError,
          lastErrorTime: lastErrorTime);
  replace(result);
  return result;
}