ApplicationProperty constructor
ApplicationProperty({})
Implementation
ApplicationProperty(
{List<String>? allowedValues,
this.defaultValue,
this.desc,
this.example,
this.id,
this.key,
this.name,
this.type,
this.value})
: allowedValues = allowedValues ?? [];