ManagedProperty constructor
ManagedProperty({
- String? key,
- bool? valueBool,
- ManagedPropertyBundle? valueBundle,
- List<
ManagedPropertyBundle> ? valueBundleArray, - int? valueInteger,
- String? valueString,
- List<
String> ? valueStringArray,
Implementation
ManagedProperty({
this.key,
this.valueBool,
this.valueBundle,
this.valueBundleArray,
this.valueInteger,
this.valueString,
this.valueStringArray,
});