ExtendedResponse constructor

const ExtendedResponse({
  1. int? responseTimestamp,
  2. int? timeMillis,
})

Implementation

const ExtendedResponse({this.responseTimestamp, this.timeMillis});