alphanumericPattern top-level constant

String const alphanumericPattern

Implementation

const alphanumericPattern = r'^[a-zA-Z0-9]*$';