noDoubleQuotes property
String
get
noDoubleQuotes
Implementation
String get noDoubleQuotes =>
hasDoubleQuotes ? substring(1, length - 1) : this;
String get noDoubleQuotes =>
hasDoubleQuotes ? substring(1, length - 1) : this;