TGetWalletsBody constructor

const TGetWalletsBody({
  1. String? organizationId,
})

Implementation

const TGetWalletsBody({
  this.organizationId,
});