Issue class

Constructors

Issue({int? id, List<Character>? characters, List<Staff>? staff, Comic? series, Format? format, int? issueNumberAbsolute, String? issueName, String? summary, String? releaseDate, String? coverImage, DateTime? dateCreated})
Issue.fromJson(Map<String, dynamic> json)

Properties

characters List<Character>?
getter/setter pair
coverImage String?
getter/setter pair
dateCreated DateTime?
getter/setter pair
format Format?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
issueName String?
getter/setter pair
issueNumberAbsolute int?
getter/setter pair
releaseDate String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series Comic?
getter/setter pair
staff List<Staff>?
getter/setter pair
summary 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.
override

Operators

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