FourdgsSample constructor

const FourdgsSample({
  1. required double t0,
  2. required List<int> ids,
  3. required FourdgsGaussianSet gaussians,
})

Implementation

const FourdgsSample({
  required this.t0,
  required this.ids,
  required this.gaussians,
});