Dymatrix constructor

  1. @visibleForTesting
Dymatrix(
  1. DymatrixApi _dymatrixApi
)

Creates a new Dymatrix instance with a custom API implementation. This constructor is only used for testing.

Implementation

@visibleForTesting
Dymatrix(this._dymatrixApi);