Get the Flutter widget name for a schema type.
String? flutterWidget(String schemaType) => _entries[schemaType]?.flutterWidget;