ApphudPlacements constructor

ApphudPlacements({
  1. required List<ApphudPlacement> placements,
  2. ApphudError? error,
})

Implementation

ApphudPlacements({
  required this.placements,
  this.error,
});