PlantUmlEncoder<S, E> constructor

PlantUmlEncoder<S, E>({
  1. String? direction,
  2. List<String> skinparams = const [],
  3. ParallelSeparator parallelSeparator = ParallelSeparator.horizontal,
})

Creates a new PlantUmlEncoder with the specified options.

Implementation

PlantUmlEncoder({
  this.direction,
  this.skinparams = const [],
  this.parallelSeparator = ParallelSeparator.horizontal,
});