init method

  1. @override
void init([
  1. double? radians
])
override

Initialize this object.

See ObjectPool.acquire for more information on how this gets called.

Implementation

@override
void init([double? radians]) => this.radians = radians ?? 0;