BatchCreateFeaturesRequest constructor
BatchCreateFeaturesRequest({
- required String parent,
- required List<
CreateFeatureRequest> requests,
Implementation
BatchCreateFeaturesRequest({required this.parent, required this.requests})
: super(fullyQualifiedName);