NftInfo constructor

NftInfo({
  1. String? name,
  2. Content? content,
  3. Flags? flags,
})

Implementation

NftInfo({
  this.name,
  this.content,
  this.flags,
});