isLocalDebug property

bool get isLocalDebug

Implementation

bool get isLocalDebug {
  return env['LOCAL_DEBUG'].toString().toBool;
}