bindTypes property

Map<String, String> bindTypes
getter/setter pair

Share / answer type of bind-actions.

Implementation

Map<String, String> bindTypes = {
  'all': ':bind:all:',
  'first': 'First accountant',
  'name': 'Member _____',
  'unknown': 'Unknown ____',
};