ExtractedKey constructor
const
ExtractedKey({})
Implementation
const ExtractedKey({
required this.key,
required this.filePath,
required this.line,
required this.column,
required this.callType,
this.placeholders = const {},
this.isPlural = false,
this.snippet,
});