BatchCreateFeaturesRequest constructor

BatchCreateFeaturesRequest({
  1. required String parent,
  2. required List<CreateFeatureRequest> requests,
})

Implementation

BatchCreateFeaturesRequest({required this.parent, required this.requests})
  : super(fullyQualifiedName);