isValidUPI function

bool isValidUPI(
  1. String value
)

Implementation

bool isValidUPI(String value) => _validUPI.hasMatch(value);