supportsGetScripts property

bool get supportsGetScripts

Implementation

bool get supportsGetScripts =>
    version.major! > 3 || (version.major == 3 && version.minor! >= 12);