NftTokenMintFlagInterface constructor

NftTokenMintFlagInterface({
  1. required bool tfBurnable,
  2. required bool tfOnlyXrp,
  3. required bool tfTrustline,
  4. required bool tfTransferable,
})

Implementation

NftTokenMintFlagInterface({
  required this.tfBurnable,
  required this.tfOnlyXrp,
  required this.tfTrustline,
  required this.tfTransferable,
});