fromJson static method

VerificationGoogleOneTapStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationGoogleOneTapStrategyEnum? fromJson(dynamic value) =>
    VerificationGoogleOneTapStrategyEnumTypeTransformer().decode(value);