NyBoolExt extension

Extensions for bool

on

Methods

dd({String? tag}) → void

Available on bool?, provided by the NyBoolExt extension

dump the value to the console and exit the app. tag is optional. On web the exit step is skipped (dart:io's exit() is unavailable).
dump({String? tag}) → void

Available on bool?, provided by the NyBoolExt extension

dump the value to the console. tag is optional.