EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList.fromJson constructor

EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList.fromJson(
  core.Map json_,
) : this(
      enumStrings:
          (json_['enumStrings'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
      filterType: json_['filterType'] as core.String?,
    );