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