isLazy property

bool? isLazy

A getter that indicates if this controller is lazy loaded or not.

Implementation

bool? get isLazy => _lazy;