fromJson static method

BlockListOptionsBehaviorEnum? fromJson(
  1. dynamic value
)

Implementation

static BlockListOptionsBehaviorEnum? fromJson(dynamic value) => BlockListOptionsBehaviorEnumTypeTransformer().decode(value);