isAlphanumeric property

bool get isAlphanumeric

Implementation

bool get isAlphanumeric => RegExp(r'^[A-Za-z0-9]+$').hasMatch(this);