SecurityPolicyRuleMatcher_VersionedExpr.fromJson constructor

SecurityPolicyRuleMatcher_VersionedExpr.fromJson(
  1. Object? json
)

Implementation

factory SecurityPolicyRuleMatcher_VersionedExpr.fromJson(Object? json) =>
    SecurityPolicyRuleMatcher_VersionedExpr(json as String);