PositionUpdateException constructor

const PositionUpdateException(
  1. String? message
)

Constructs the PositionUpdateException

Implementation

const PositionUpdateException(this.message);