isValidPincode method

bool isValidPincode()

Implementation

bool isValidPincode() => RegExp(r'^\d{6}$').hasMatch(trim());