XmlEntry class abstract

Base class for XML entries (permissions or usage descriptions).

Implementers

Constructors

XmlEntry({required String key, required List<String> comments})
Default constructor.

Properties

comments List<String>
Comments associated with the entry.
final
generatesCode bool
Whether this entry is associated with generated code.
no setter
hashCode int
The hash code for this object.
no setterinherited
isLegacy bool
Whether this entry is marked as legacy.
no setter
key String
The key/name of the entry.
final
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