group method
Adds a group with a header and items.
Implementation
GroupedDefinitionList group(String header, Map<String, String> items) {
_groups.add((header, items));
return this;
}
Adds a group with a header and items.
GroupedDefinitionList group(String header, Map<String, String> items) {
_groups.add((header, items));
return this;
}