ComicDataContainer class

Represents the DataContainer for Comics

Constructors

ComicDataContainer()
Default Constructor
ComicDataContainer.fromJson(Map<String, dynamic> json)
Convert from JSON

Properties

count int?
The total number of results returned by this call.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
limit int?
The requested result limit.
getter/setter pairinherited
offset int?
The requested offset (number of skipped results) of the call.
getter/setter pairinherited
results List<Comic>?
The list of items returned by the call
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int?
The total number of resources available given the current filter set.
getter/setter pairinherited

Methods

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

Operators

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