CreatePartitionIndexResponse.fromJson constructor

CreatePartitionIndexResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory CreatePartitionIndexResponse.fromJson(Map<String, dynamic> _) {
  return CreatePartitionIndexResponse();
}