Header class

Annotations
  • @JsonSerializable()

Constructors

Header.fromJson(Map<String, dynamic> json)
factory

Properties

attribution Attribution?
getter/setter pair
author String?
getter/setter pair
displayTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier String?
getter/setter pair
language String?
getter/setter pair
getter/setter pair
maxLatency int?
getter/setter pair
owner String?
getter/setter pair
publishDateTime DateTime?
getter/setter pair
refreshRate int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule String?
getter/setter pair
timeToError int?
getter/setter pair
version String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

listFromJson(List json) List<Header>
mapFromJson(Map<String, dynamic> json) Map<String, Header>