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