editors property
The effective editor map, combining user-supplied editors with the built-in defaults.
User-supplied entries (from Inspector.editors) are inserted first so they override built-ins for the same type.
Implementation
late Map<Type, EditorBuilder> editors;