fromJson static method

DocumentDtoDocumentLocationEnum? fromJson(
  1. dynamic value
)

Implementation

static DocumentDtoDocumentLocationEnum? fromJson(dynamic value) => DocumentDtoDocumentLocationEnumTypeTransformer().decode(value);