separator method

DefinitionList separator(
  1. String sep
)

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

Implementation

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