ApphudPlacements constructor
ApphudPlacements({
- required List<
ApphudPlacement> placements, - ApphudError? error,
Implementation
ApphudPlacements({
required this.placements,
this.error,
});