RoamDeleteTripResponse constructor

RoamDeleteTripResponse(
  1. String? message,
  2. String? description,
  3. dynamic code,
  4. Trip? trip,
)

Implementation

RoamDeleteTripResponse(this.message, this.description, this.code, this.trip);