componentType property

  1. @override
Type get componentType
override

The exact component runtime type this codec serializes, used for O(1) serialization dispatch. Component (the default) means "unknown, fall back to scanning claims".

Implementation

@override
Type get componentType => C;