JsCardSymbol

data class JsCardSymbol(val objectType: String = "card_symbol", val symbol: String, val looseVariant: String? = null, val english: String, val transposable: Boolean, val representsMana: Boolean, val manaValue: Double? = null, val appearsInManaCosts: Boolean, val funny: Boolean, val colors: Array<String>, val hybrid: Boolean, val phyrexian: Boolean, val gathererAlternates: Array<String>? = null, val svgUri: String? = null)

Constructors

Link copied to clipboard
constructor(objectType: String = "card_symbol", symbol: String, looseVariant: String? = null, english: String, transposable: Boolean, representsMana: Boolean, manaValue: Double? = null, appearsInManaCosts: Boolean, funny: Boolean, colors: Array<String>, hybrid: Boolean, phyrexian: Boolean, gathererAlternates: Array<String>? = null, svgUri: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard