toSuper property

bool toSuper
getter/setter pair

Whether this parameter should be passed to super
constructor (i.e. super.).

This is only valid on constructors;

Implementation

bool toSuper = false;