fromJson static method

ValidateRequestDepthEnum? fromJson(
  1. dynamic value
)

Implementation

static ValidateRequestDepthEnum? fromJson(dynamic value) => ValidateRequestDepthEnumTypeTransformer().decode(value);