mediator/assert library

Functions

ifRxAutoAspectEmpty(List<Object> rxAutoAspectList) bool
Assert rx auto aspect is not empty, i.e. rx automatic aspect is actived.
ifTagMaximum(int rxTagCounter) bool
rx_impl: Assert tag not to exceed maximum.
shouldExists(Object? obj, String errmsg) bool
Assert if obj exists, otherwise throw error message.
shouldNull(Object? obj, String errmsg) bool
Assert if obj not exists, otherwise throw error message.