ListDisputesRequest constructor
ListDisputesRequest({
- String? cursor,
- String? locationId,
- DisputeState? states,
Implementation
ListDisputesRequest({
this.cursor, this.locationId, this.states
});