hasDoubleQuotes property

bool get hasDoubleQuotes

Implementation

bool get hasDoubleQuotes => startsWith('"') && endsWith('"');