isCorrectHid property

bool isCorrectHid

Implementation

bool get isCorrectHid => RegExp(r'^[a-z0-9_]*$').hasMatch(hid);