appMap property

Map<String, String> appMap
getter/setter pair

Models and sample maps ; for later usage and playing.

Implementation

Map<String, String> appMap = {
  'name': 'dawo App',
  'info': 'dartang pub package for education',
  'creator': 'me',
  'version': '0.9.9',
  'active': '0',
  'stopped': '0',
  'paused': '0',
  'userAudit': '-',
  'userChoise': '-',
  'autoChoise': '1'
};