Dim.rad constructor

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

Radian unit

Implementation

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