controllerName property

String controllerName

A getter that exposes the controller name that this model is attached to. Just for debugging purposes.

Implementation

String get controllerName => '$Controller';