BcBaseTrajData constructor
const
BcBaseTrajData({})
Implementation
const BcBaseTrajData({
required this.time,
required this.px,
required this.py,
required this.pz,
required this.vx,
required this.vy,
required this.vz,
required this.mach,
});