SetEpochResponse constructor

const SetEpochResponse(
  1. String node,
  2. int io,
  3. int epoch,
  4. int command,
  5. int time_zone,
  6. int correlation,
)

Implementation

const factory SetEpochResponse(String node, int io, int epoch, int command, int time_zone, int correlation) =
    _$SetEpochResponse;