TransformConverter class

Responsible for converting the transform attributes or g elements.

Constructors

TransformConverter()

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

fromElement(XmlElement element) → XmlElement?
Converts a g element into a group element. It returns null if the input is not a g element.
fromString(String? transform) List<XmlAttribute>
Converts a transform value into a list of attributes that can be added to a group element.