fromJson static method

VerificationGoogleOneTapObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationGoogleOneTapObjectEnum? fromJson(dynamic value) =>
    VerificationGoogleOneTapObjectEnumTypeTransformer().decode(value);