Speed constructor

Speed({
  1. double upload = 0,
  2. double download = 0,
})

Implementation

Speed({this.upload = 0, this.download = 0});