decode method

Object? decode()

Implementation

Object? decode() {
  return parseJsonString(this);
}