errors property

List<Error>? errors
getter/setter pair

A list of errors.

Implementation

core.List<Error>? errors;