toString method

  1. @override
String toString()
override

Returns a string representation of this codec

This is primarily used for debugging and logging purposes.

Implementation

@override
String toString() => 'NTriplesFormat()';