canUpdate static method
Implementation
static bool canUpdate(InputFeature oldFeature, InputFeature newFeature) {
return oldFeature.runtimeType == newFeature.runtimeType;
}
static bool canUpdate(InputFeature oldFeature, InputFeature newFeature) {
return oldFeature.runtimeType == newFeature.runtimeType;
}