EnterpriseCrmEventbusProtoTaskUiModuleConfig.fromJson constructor

EnterpriseCrmEventbusProtoTaskUiModuleConfig.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoTaskUiModuleConfig.fromJson(core.Map json_)
    : this(
        moduleId: json_['moduleId'] as core.String?,
      );