parse static method

String parse(
  1. String value
)

Implementation

static String parse(String value) => CPFValidator.format(value);