TDeleteWalletsBody constructor

const TDeleteWalletsBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<String> walletIds,
  4. bool? deleteWithoutExport,
})

Implementation

const TDeleteWalletsBody({
  this.timestampMs,
  this.organizationId,
  required this.walletIds,
  this.deleteWithoutExport,
});