fromJson static method

VerificationGoogleOneTapStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationGoogleOneTapStatusEnum? fromJson(dynamic value) =>
    VerificationGoogleOneTapStatusEnumTypeTransformer().decode(value);