isValidVariablePath property

bool isValidVariablePath

Whether the string contains all the valid variable paths inside it. This will also evaluate the path inside the ${} to be valid.

Implementation

bool get isValidVariablePath => variablePathRegex.hasMatch(this);