getTagStates property

Map<String, dynamic> getTagStates

Get the map object of all tag states

Implementation

Map<String, dynamic> get getTagStates {
  return {
    'show_validator': tagStates['show_validator'],
    'show_prefix_icon': tagStates['show_prefix_icon'],
    'validator_message': tagStates['error']['error_text'],
    'validator_style': tagStates['error']['error_style'],
  };
}