separator method

GroupedDefinitionList separator(
  1. String sep
)

Sets the separator between term and description (default: ':').

Implementation

GroupedDefinitionList separator(String sep) {
  _separator = sep;
  return this;
}