menu
shard_i18n package
documentation
cli/src/extract/extraction_result.dart
ScanError
ScanError.new const constructor
ScanError.new const constructor
dark_mode
light_mode
ScanError
constructor
const
ScanError
(
{
required
String
filePath
,
required
String
message
,
bool
isWarning
=
false
,
})
Implementation
const ScanError({ required this.filePath, required this.message, this.isWarning = false, });
shard_i18n package
documentation
cli/src/extract/extraction_result
ScanError
ScanError.new const constructor
ScanError class