decodeContent method

Map? decodeContent(
  1. String content
)

The method that return the decoded Map

Implementation

Map? decodeContent(final String content) {
  return decodeFunction(content);
}