setAttributesFromKeyValueLists method
Implementation
void setAttributesFromKeyValueLists(
List<String> attrsKeys, List<String?> attrsValues) {
helpers.setAttributesFromKeyValueLists(this, attrsKeys, attrsValues);
}
void setAttributesFromKeyValueLists(
List<String> attrsKeys, List<String?> attrsValues) {
helpers.setAttributesFromKeyValueLists(this, attrsKeys, attrsValues);
}