select method
      
Future<Iterable<ContactInfo> > 
select(
    
    
- Iterable<ContactProperty> properties, [
- ContactsSelectOptions? options
Implementation
Future<Iterable<ContactInfo>> select(Iterable<ContactProperty> properties,
        [ContactsSelectOptions? options]) =>
    js_util.promiseToFuture(js_util.callMethod(
        this, 'select', [properties.map((e) => e.value), options]));