FlagsSummary<T> constructor
Create a summary for multiple properties, indicating whether each of them is present (non-null) or absent (null).
The value
, showName
, showSeparator
and level
arguments must not be
null.
Implementation
FlagsSummary(
String super.name,
Map<String, T?> super.value, {
super.ifEmpty,
super.showName,
super.showSeparator,
super.level,
});