RTSchemaUI constructor

RTSchemaUI({
  1. required String type,
  2. List<RTSchemaUI>? elements,
  3. String? scope,
  4. int? order,
  5. RTSchemaUIOption? options,
})

Implementation

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