fromJson static method

VerificationSamlStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationSamlStrategyEnum? fromJson(dynamic value) =>
    VerificationSamlStrategyEnumTypeTransformer().decode(value);