error property

String? error
final

Why the compile produced nothing: one <line>: <message> per error, in the order the compiler reported them. Null when bytes is set.

Implementation

final String? error;