errors property
List<D4rtException>
get
errors
Returns an unmodifiable list of all reported errors.
Implementation
static List<D4rtException> get errors => List.unmodifiable(_errors);
Returns an unmodifiable list of all reported errors.
static List<D4rtException> get errors => List.unmodifiable(_errors);