name

fun name(value: String)

Adds an exact name match to the query. This will match only cards with exactly the specified name.

Example: name("Lightning Bolt") produces !"Lightning Bolt"

Parameters

value

The exact card name to search for