NativeClock.create constructor

NativeClock.create(
  1. NativeClockBindings nativeClock
)

Custom constructor mostly used for testing

Implementation

NativeClock.create(NativeClockBindings nativeClock) : _nativeClock = nativeClock;