deg property Null safety

NormalOperation deg
final

Implementation

static final NormalOperation deg = NormalOperation.floatOnly(
    floatCalc: (Model m) {
      m.trigMode = TrigMode.deg;
    },
    name: 'DEG');