getAllValues method

Map<String, dynamic>? getAllValues()

Implementation

Map<String, dynamic>? getAllValues() {
  return _allValues;
}