CardIdentifierMtgoId constructor

const CardIdentifierMtgoId(
  1. int mtgoId
)

Constructs a CardIdentifierMtgoId by settings its properties.

Implementation

const CardIdentifierMtgoId(this.mtgoId);