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