menu
locorda_rdf_core package
documentation
core.dart
BaseRdfBinaryCodecRegistry<G>
getAllCodecs method
getAllCodecs method
dark_mode
light_mode
getAllCodecs
method
List
<
RdfBinaryCodec
<
G
>
>
getAllCodecs
(
)
Returns all registered codecs.
Implementation
List<RdfBinaryCodec<G>> getAllCodecs() => List.unmodifiable(_codecs);
locorda_rdf_core package
documentation
core
BaseRdfBinaryCodecRegistry<G>
getAllCodecs method
BaseRdfBinaryCodecRegistry class