Compass constructor

Compass({
  1. required int inMillis,
})

Implementation

Compass({required this.inMillis}) {
  Library.checkIfOnWebProject();
}