fromJson static method

BinaryContentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static BinaryContentTypeEnum? fromJson(dynamic value) =>
    BinaryContentTypeEnumTypeTransformer().decode(value);