injectedHelpers property

List<String>? injectedHelpers
final

Code to inject into the class using the mixin.

Typically used for static helpers since you cannot mix in static members.

Implementation

final List<String>? injectedHelpers;