fromJson static method

CedarPolicyEffect fromJson(
  1. String json
)

Implementation

static CedarPolicyEffect fromJson(String json) =>
    _$CedarPolicyEffectValueOf(json);