UXPProps constructor
UXPProps(
- UXPTemplate? template,
- Map<
String, dynamic> ? uiProps, - String? id,
- String? name,
Implementation
UXPProps(this.template, this.uiProps, this.id, this.name);