InputDescriptor constructor
InputDescriptor({
- String? id,
- String? name,
- String? purpose,
- FormatProperty? format,
- InputDescriptorConstraints? constraints,
- List<
String> ? group,
Implementation
InputDescriptor(
{String? id,
this.name,
this.purpose,
this.format,
this.constraints,
this.group})
: id = id ?? Uuid().v4();