Comic class

Constructors

Comic({int? id, Publisher? publisher, String? seriesName, String? summary, int? yearStarted, String? status, String? coverImage, String? backgroundImage, double? rating, DateTime? dateCreated})
Comic.fromJson(Map<String, dynamic> json)

Properties

backgroundImage String?
getter/setter pair
coverImage String?
getter/setter pair
dateCreated DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
publisher Publisher?
getter/setter pair
rating double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seriesName String?
getter/setter pair
status String?
getter/setter pair
summary String?
getter/setter pair
yearStarted int?
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