ProblemEmbedded constructor

ProblemEmbedded({
  1. List<Problem>? errors = const [],
})

Returns a new ProblemEmbedded instance.

Implementation

ProblemEmbedded({
  this.errors = const [],
});