componentType property

Type get componentType

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

Type get componentType => Component;