RoamSyncTripResponse constructor

RoamSyncTripResponse(
  1. String? msg,
  2. String? description,
  3. dynamic code,
  4. Data? data,
)

Implementation

RoamSyncTripResponse(this.msg, this.description, this.code, this.data);