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