AttributeConverter class

Responsible for converting all the different svg attributes into valid avd attributes.

Constructors

AttributeConverter()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromAttributes(List<XmlAttribute> attributes) List<XmlAttribute>
Converts all values in the list into a list of attributes that can be added to a path element for avd.
fromElement(XmlElement element) → XmlElement
Converts all values in the element into a clone of the element with the necessary converted attributes.