featureName property

String? get featureName

Implementation

String? get featureName {
  return argResults['feature'] as String?;
}