EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue.fromJson constructor

EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue.fromJson(
  core.Map json_,
) : this(
      absolute: json_['absolute'] as core.String?,
      percentage: json_['percentage'] as core.int?,
    );