Creates a Quotes with the specified primary and optional secondary quotation mark pairs.
const factory Quotes( (String, String) primary, [ (String, String)? secondary, ]) = _Quotes;