parse static method

String parse(
  1. String value
)

Implementation

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