flutterWidget method

String? flutterWidget(
  1. String schemaType
)

Get the Flutter widget name for a schema type.

Implementation

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