Generator class
Identifies the agent used to generate a feed, for debugging and other purposes.
ref atom: https://www.rfc-editor.org/rfc/rfc4287.html#section-4.2.4
Constructors
- Generator.new(String name, String version, String url)
-
Creates a new Generator object
const
- Generator.create(String name)
-
Creates a new Generator object from an simple String
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited