FormuxInputValuable constructor
FormuxInputValuable({})
Implementation
FormuxInputValuable({required super.value, List<Valuable>? items, super.required, this.fetch}) {
if (items != null) {
items = items;
}
}