quotes top-level property

Iterable<string> get quotes

Double-Quotes, Single-Quotes and Back-Ticks

Implementation

Iterable<string> get quotes => ["\"", "'", "`"];