TypeCoercionFactory typedef
RC-3: Factory for converting one type to another when they represent the same concept but live in different packages.
Example: painting.TextStyle → dart:ui.TextStyle via getTextStyle().
Implementation
typedef TypeCoercionFactory = Object? Function(Object value);