RoamTrip constructor

RoamTrip({
  1. bool? isLocal,
  2. Map<String, dynamic>? metadata,
  3. String? description,
  4. String? name,
  5. String? tripId,
  6. String? userId,
})

Implementation

RoamTrip(
  {
    this.isLocal,
    this.metadata,
    this.description,
    this.name,
    this.tripId,
    this.userId,
}) : stop = [];