getAttributeDelimiter static method

String? getAttributeDelimiter(
  1. String name
)

Implementation

static String? getAttributeDelimiter(String name) =>
    _attributesValueAsListDelimiters[name];