MarkerState constructor

MarkerState(
  1. Point<num> _position,
  2. double _angle
)

Implementation

MarkerState(this._position, this._angle);