Closed gfb-47 closed 1 year ago
I just wonder if it's possible because I couldn't manage to do that, and if it's not is it possible to have generics on the package?
DropDownValueModel(name: 'name', value: [value1,value2]), you can assign any type of value to the value but name should be string type .
DropDownValueModel(name: 'name', value: [value1,value2]),
I just wonder if it's possible because I couldn't manage to do that, and if it's not is it possible to have generics on the package?