Projection constructor

const Projection(
  1. Rect? bounds
)

Base constructor for the abstract Projection class that sets the required fields.

Implementation

const Projection(this.bounds);