Returns ![isEmptyObject].
bool isNotEmptyObject<T>(T? value, {bool trim = false}) { return !isEmptyObject(value, trim: trim); }