jsonMap method

Implementation

Map<String, PriorityEstimate> jsonMap() => {
      "stinky": stinky,
      "low": low,
      "medium": medium,
      "high": high,
      "opulent": opulent,
    };