code property
For some errors that could be handled programmatically, a short string indicating the error code reported.
Implementation
String? get type;/// For some errors that could be handled programmatically,
/// a short string indicating the error code reported.
String? get code;