BatchCreateFeaturesResponse constructor

BatchCreateFeaturesResponse({
  1. List<Feature> features = const [],
})

Implementation

BatchCreateFeaturesResponse({this.features = const []})
  : super(fullyQualifiedName);