Gviz class

Constructors

Gviz({String? name, Map<String, String>? nodeProperties, Map<String, String>? edgeProperties, Map<String, String>? graphProperties})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBlankLine() → void
Adds a blank line to the output contents.
addEdge(String from, String to, {Map<String, String>? properties}) → void
addNode(String name, {Map<String, String>? properties}) → void
nodeExists(String nodeName) bool
Returns true if addNode has been called with nodeName.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
write(StringSink sink) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited