fromJson static method

CreateImageRequestResponseFormatEnum? fromJson(
  1. dynamic value
)

Implementation

static CreateImageRequestResponseFormatEnum? fromJson(dynamic value) => CreateImageRequestResponseFormatEnumTypeTransformer().decode(value);