unit top-level constant
Unit
const unit
Used instead of void
as a return statement for a function when
no value is to be returned.
Implementation
const unit = Unit._();
Used instead of void
as a return statement for a function when
no value is to be returned.
const unit = Unit._();