hasOutput method
Implementation
bool hasOutput(OutputType type) {
if (feature.output != null) {
return feature.output!.containsKey(type);
}
return false;
}
bool hasOutput(OutputType type) {
if (feature.output != null) {
return feature.output!.containsKey(type);
}
return false;
}