all property

List<Range<int>> get all

Implementation

static List<Range<int>> get all => [
      ...alphaNumeric,
      ...special,
    ];