isValidGST method

bool isValidGST()

Implementation

bool isValidGST() =>
    Regrex.gstNumberRegrex.hasMatch(trim()) || trim().isEmpty;