Trip constructor

Trip(
  1. String? id,
  2. bool? isDeleted
)

Implementation

Trip(this.id, this.isDeleted);