fromJson static method

SAMLStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static SAMLStrategyEnum? fromJson(dynamic value) =>
    SAMLStrategyEnumTypeTransformer().decode(value);