warn top-level property Debug

dynamic warn
final

{@category Debug} Behaves the same as log, but uses warn verbosity

Implementation

final warn = VarargsFunction(_warn) as dynamic;