message property

String message

Implementation

String get message => part == null
    ? 'There\'s no valid hand range string expression in "$whole".'
    : '$part is invalid part of hand range string expression (whole: "$whole").';