DeleteFeatureOnlineStoreRequest constructor

DeleteFeatureOnlineStoreRequest({
  1. required String name,
  2. bool force = false,
})

Implementation

DeleteFeatureOnlineStoreRequest({required this.name, this.force = false})
  : super(fullyQualifiedName);