fromJson static method

BlocklistIdentifierObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static BlocklistIdentifierObjectEnum? fromJson(dynamic value) =>
    BlocklistIdentifierObjectEnumTypeTransformer().decode(value);