fromValues static method

Iterable<RequestCredentials> fromValues(
  1. Iterable<String> values
)

Implementation

static Iterable<RequestCredentials> fromValues(Iterable<String> values) =>
    values.map(fromValue);