ErrorHandlingSettingsEndSessionConfig.fromJson constructor

ErrorHandlingSettingsEndSessionConfig.fromJson(
  1. Map json_
)

Implementation

ErrorHandlingSettingsEndSessionConfig.fromJson(core.Map json_)
  : this(escalateSession: json_['escalateSession'] as core.bool?);