fromJson static method

RedirectURLObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static RedirectURLObjectEnum? fromJson(dynamic value) =>
    RedirectURLObjectEnumTypeTransformer().decode(value);