PlacementFailure constructor

const PlacementFailure(
  1. String code,
  2. String message, {
  3. Map<String, Object?> context = const {},
})

Implementation

const PlacementFailure(this.code, this.message, {this.context = const {}});