Nft constructor Null safety

Nft(
  1. {List? transfers}
)

Implementation

Nft({
  this.transfers,
});