fromJson static method

AllowlistIdentifierObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static AllowlistIdentifierObjectEnum? fromJson(dynamic value) =>
    AllowlistIdentifierObjectEnumTypeTransformer().decode(value);