PlantUmlEncoder<S, E> constructor
PlantUmlEncoder<S, E> ({
- String? direction,
- List<
String> skinparams = const [], - ParallelSeparator parallelSeparator = ParallelSeparator.horizontal,
Creates a new PlantUmlEncoder with the specified options.
Implementation
PlantUmlEncoder({
this.direction,
this.skinparams = const [],
this.parallelSeparator = ParallelSeparator.horizontal,
});