EnterpriseCrmEventbusProtoParamSpecEntryConfig.fromJson constructor

EnterpriseCrmEventbusProtoParamSpecEntryConfig.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoParamSpecEntryConfig.fromJson(core.Map json_)
    : this(
        descriptivePhrase: json_['descriptivePhrase'] as core.String?,
        helpText: json_['helpText'] as core.String?,
        hideDefaultValue: json_['hideDefaultValue'] as core.bool?,
        inputDisplayOption: json_['inputDisplayOption'] as core.String?,
        isHidden: json_['isHidden'] as core.bool?,
        label: json_['label'] as core.String?,
        parameterNameOption: json_['parameterNameOption'] as core.String?,
        subSectionLabel: json_['subSectionLabel'] as core.String?,
        uiPlaceholderText: json_['uiPlaceholderText'] as core.String?,
      );