NFTokenMintFlagInterface constructor

NFTokenMintFlagInterface({
  1. required bool TF_BURNABLE,
  2. required bool TF_ONLY_XRP,
  3. required bool TF_TRUSTLINE,
  4. required bool TF_TRANSFERABLE,
})

Implementation

NFTokenMintFlagInterface({
  required this.TF_BURNABLE,
  required this.TF_ONLY_XRP,
  required this.TF_TRUSTLINE,
  required this.TF_TRANSFERABLE,
});