getautoInterpretations method

Map<String, String>? getautoInterpretations()

Gets the automatic interpretations.

Returns the automatic interpretations as a Map.

Implementation

Map<String, String>? getautoInterpretations() {
  return autoInterpretations as Map<String, String>?;
}