用作历史记录、mime 探测的稳定标识。 Stable identity used for history keys and mime sniffing.
@override String get identity { final normalized = path.startsWith('file://') ? path : 'file://$path'; return normalized; }