Registry class
Constructors
- Registry()
-
Registry.from(Map<
String, Codec> codecs)
Properties
Methods
-
addCodec(
String codecName, Codec codec) → void - Add a codec to the registry
-
getCodec(
String codecName) → Codec? - Get a codec from the registry
-
getSimpleCodecs(
String simpleCodecs) → Codec? - match and return the types which are simple and not parametrized
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseSpecificCodec(
Map< String, dynamic> metadata, String selectedKey) → Codec -
registerCustomCodec(
Map< String, dynamic> metadata) → void - Parses metadata and adds it to registry
-
renameType(
String type) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited