copyFromHeader method
Implementation
void copyFromHeader(ImcBuilderHeaderPart? other) {
if (other == null) return;
timestamp = other.timestamp;
src = other.src;
srcEnt = other.srcEnt;
dst = other.dst;
dstEnt = other.dstEnt;
}
void copyFromHeader(ImcBuilderHeaderPart? other) {
if (other == null) return;
timestamp = other.timestamp;
src = other.src;
srcEnt = other.srcEnt;
dst = other.dst;
dstEnt = other.dstEnt;
}