fromJson static method

ValidationResponseDepthEnum? fromJson(
  1. dynamic value
)

Implementation

static ValidationResponseDepthEnum? fromJson(dynamic value) => ValidationResponseDepthEnumTypeTransformer().decode(value);