sizeData static method

int sizeData(
  1. dynamic response
)

Implementation

static int sizeData(response) {
  return response.toString().length;
}