ProjectionTuple constructor

ProjectionTuple({
  1. required Projection fromProj,
  2. required Projection toProj,
})

Implementation

ProjectionTuple({required this.fromProj, required this.toProj});