ErrorExample constructor

const ErrorExample({
  1. required ShapeId shapeId,
  2. Map<String, Object?> content = const {},
})

Implementation

const ErrorExample({
  required this.shapeId,
  this.content = const {},
});