InsightsValue.fromJson constructor
InsightsValue.fromJson(
- Map json_
Implementation
InsightsValue.fromJson(core.Map json_)
: this(
threshold: json_['threshold'] as core.String?,
value: json_['value'] as core.String?,
);