Nft constructor Null safety

Nft(
  1. {List<NftTransfer>? transfers}
)

Implementation

Nft({
  this.transfers,
});