reason property

Map<String, String> reason
getter/setter pair

IDEA: Map<String, Map<String, String>> reason = {};

Implementation

Map<String, String> reason = {
  'anti': '',
  'why': '',
  'whyNot': '',
  'plus': '',
  'minus': '',
  'desicion': '',
};