DeleteFeatureViewRequest constructor
DeleteFeatureViewRequest({
- required String name,
Implementation
DeleteFeatureViewRequest({required this.name}) : super(fullyQualifiedName);
DeleteFeatureViewRequest({required this.name}) : super(fullyQualifiedName);