fromJson static method

SAMLAccountVerificationObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static SAMLAccountVerificationObjectEnum? fromJson(dynamic value) =>
    SAMLAccountVerificationObjectEnumTypeTransformer().decode(value);