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(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

hashCode int
The hash code for this object.
no setterinherited
name String
Generator's Name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
Url advertising the generator
final
version String
Generator's Version
final

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