Data constructor

Data(
  1. String? tripID,
  2. bool? isSynced
)

Implementation

Data(this.tripID, this.isSynced);