Oil constructor

Oil({
  1. double blockTime = 16.666666666666668,
  2. bool warnings = false,
})

Implementation

Oil({this.blockTime = 16.666666666666668, this.warnings = false});