customPrefixes property
override
Custom namespace prefixes to use during encoding.
This implementation returns an empty map because prefixes are not used in N-Triples format, but the interface requires it as most other formats do use prefixes.
Implementation
@override
Map<String, String> get customPrefixes => const {};