Dim.grad constructor

const Dim.grad(
  1. double? value, [
  2. bool important = false
])

Gradian unit

Implementation

const Dim.grad(this.value, [this.important = false]) : unit = 'grad';