FourdgsSample constructor
const
FourdgsSample({
- required double t0,
- required List<
int> ids, - required FourdgsGaussianSet gaussians,
Implementation
const FourdgsSample({
required this.t0,
required this.ids,
required this.gaussians,
});