fromJson static method

VerificationTicketStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationTicketStrategyEnum? fromJson(dynamic value) =>
    VerificationTicketStrategyEnumTypeTransformer().decode(value);