components/parse_pair library
Functions
- 
  parsePair(String pair) → Pair< String, String> 
- Parses a key-value string and returns the Pair representation. A key-value string looks like:
- 
  parsePairs(List< String> pairs) → Map<String, String> 
- Parses a list of key-value strings and returns a list of the Pair representations. A key-value string looks like: