isValid property

bool get isValid

Implementation

bool get isValid =>
    variableID != null && variableID!.isNotEmpty && jsonPath.isNotEmpty;