UXPProps constructor

UXPProps(
  1. UXPTemplate? template,
  2. Map<String, dynamic>? uiProps,
  3. String? id,
  4. String? name,
)

Implementation

UXPProps(this.template, this.uiProps, this.id, this.name);