Dim.deg constructor

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

Degree unit

Implementation

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