DeleteColumnStatisticsForTableResponse.fromJson constructor

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

Implementation

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