TransformConverter class
Responsible for converting the transform
attributes or g
elements.
Constructors
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 agroup
element. It returns null if the input is not ag
element. -
fromString(
String? transform) → List< XmlAttribute> -
Converts a
transform
value into a list of attributes that can be added to agroup
element.