componentType property
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;