Fixes suggested by pub.dev.

This commit is contained in:
Erik C. Thauvin 2022-01-27 23:01:19 -08:00
parent 41b24cd6da
commit 7854faaa9c
5 changed files with 10 additions and 6 deletions

View file

@ -19,6 +19,7 @@ const _lineFeed = 10;
class CatError {
/// The error message.
String message;
/// The file path, if any.
String? path;