RTSchemaUI constructor
RTSchemaUI({
- required String type,
- List<
RTSchemaUI> ? elements, - String? scope,
- int? order,
- RTSchemaUIOption? options,
Implementation
factory RTSchemaUI({
required String type,
List<RTSchemaUI>? elements,
String? scope,
int? order,
RTSchemaUIOption? options,
}) = _RTSchemaUI;