StreamPartResponseMetadata constructor

StreamPartResponseMetadata({
  1. String? id,
  2. String? timestamp,
  3. String? modelId,
})

Implementation

StreamPartResponseMetadata({this.id, this.timestamp, this.modelId});