fromTuples static method
- List tuples
Creates a new References from a list of key-value pairs called tuples.
tuples
a list of values where odd elements are locators and the following even elements are component references Returns a newly created References.
See fromTuplesArray
Implementation
static References fromTuples(List tuples) {
return References(tuples);
}