validateCell function

bool validateCell(
  1. String data
)

Implementation

bool validateCell(String data) => ntValidateCell(data: data);