MediaNFT constructor

MediaNFT({
  1. String? contract,
  2. int? token,
})

Implementation

MediaNFT({
  this.contract,
  this.token,
});