CustomNamespace class
Represents a custom namespace with a collection of custom tags.
Constructors
-
CustomNamespace({required Map<
String, dynamic> customTags}) -
Constructor for the
CustomNamespace
class. - CustomNamespace.parse(XmlElement element)
-
Factory method to create a
CustomNamespace
object from anXmlElement
.factory
Properties
-
customTags
→ Map<
String, dynamic> -
final
- 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
-
valueForKey(
String key) → String? -
Returns the value associated with the given
key
from the custom tags.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited