Parrot constructor

Parrot(
  1. Module module
)

Create a new Parrot application.

Implementation

factory Parrot(Module module) => _ParrotApplicationImpl(module);