``` Dart final a= FileSize.parse(""); ``` `FileSize.parse("")` throws an exception, could we have `FileSize.tryParse` return null rather than an exception if the value cannot parse?
FileSize.parse("")throws an exception, could we haveFileSize.tryParsereturn null rather than an exception if the value cannot parse?