NegotiationResponseDTO constructor

const NegotiationResponseDTO({
  1. String? url,
  2. String? accessToken,
})

Implementation

const NegotiationResponseDTO({
  this.url,
  this.accessToken,
});