includeLogger property

bool? includeLogger
finalinherited

If you want a log of the query you are doing at that time to be displayed.

Recommended for development. For testing and production it is not necessary.

Implementation

final bool? includeLogger;