reactComponent method

String? reactComponent(
  1. String schemaType
)

Get the React component name for a schema type.

Implementation

String? reactComponent(String schemaType) =>
    _entries[schemaType]?.reactComponent;