box static method

AngleOwner box([
  1. double? angle
])

Boxes an angle.

Implementation

static AngleOwner box([double? angle]) => _AngleBox(angle ?? 0);