fromValues static method
Implementation
static Iterable<CredentialMediationRequirement> fromValues(
Iterable<String> values) =>
values.map(fromValue);
static Iterable<CredentialMediationRequirement> fromValues(
Iterable<String> values) =>
values.map(fromValue);