bindingM property

Map<String, Map<String, String>> bindingM
getter/setter pair

Eventually this will be object - object Structure and usage of this map is not yet clear.Data is like: Dawo example D-ex-loops Usage: shower: show,

Implementation

//  Map<String, Map<dynamic, dynamic>> bindingM = {};
///  Structure and usage of this map is not yet clear.Data is like:
///  Dawo example D-ex-loops
//   Rumba instance All sub
///  Usage: shower: show,
Map<String, Map<String, String>> bindingM = {
  'all': {'Try': ':bind:1', 'Test': ':bind:2'},
  'first': {'Play': ':bind:7'},
  'name': {'N:x': ':bind:nX'},
  'unknown': {}
};