enableLog property

bool enableLog
getter/setter pair

enableLog is a property for logs so this property to write all proccess in console the default value is true

enableLog: false,
enableLog: true,

Implementation

bool enableLog;