fromJson static method

VerificationFromOauthObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationFromOauthObjectEnum? fromJson(dynamic value) =>
    VerificationFromOauthObjectEnumTypeTransformer().decode(value);