v1GetWalletsRequest constructor

const v1GetWalletsRequest({
  1. required String organizationId,
})

Implementation

const v1GetWalletsRequest({
  required  this.organizationId,
});