LabelElement constructor
LabelElement({})
Implementation
LabelElement({
String? type,
String? scope,
List<UISchemaElement>? elements,
String? label,
String? text,
Map<String, dynamic>? options,
}) : super(
type: type,
scope: scope,
elements: elements,
label: label,
text: text,
options: options,
);