fromJson static method

JWKSRsaPrivateKeyKtyEnum? fromJson(
  1. dynamic value
)

Implementation

static JWKSRsaPrivateKeyKtyEnum? fromJson(dynamic value) =>
    JWKSRsaPrivateKeyKtyEnumTypeTransformer().decode(value);