ExtensionChainMatchCondition.fromJson constructor

ExtensionChainMatchCondition.fromJson(
  1. Map json_
)

Implementation

ExtensionChainMatchCondition.fromJson(core.Map json_)
  : this(celExpression: json_['celExpression'] as core.String?);