CatInterpreter constructor

CatInterpreter()

_catInterpreter is a singleton instance of CatInterpreter that is created when the first call to CatInterpreter() is made

Implementation

factory CatInterpreter() => _catInterpreter;