decode abstract method

Map<String, String>? decode(
  1. String value
)

Decodes value into Map

Implementation

Map<String, String>? decode(String value);