valueOf static method
Implementation
static AnimationInterpolation valueOf(String value) {
return values.firstWhere((e) => e.value == value);
}
static AnimationInterpolation valueOf(String value) {
return values.firstWhere((e) => e.value == value);
}