fromJson static method

MmPostMetadataEmbedsInnerTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static MmPostMetadataEmbedsInnerTypeEnum? fromJson(dynamic value) =>
    MmPostMetadataEmbedsInnerTypeEnumTypeTransformer().decode(value);