mangadex_library
Aggregate
Aggregate
Aggregate constructor
Aggregate
Aggregate
constructor
Null safety
Aggregate
(
{
required
String
result
,
required
List
<
Volume
>
volumes
}
)
Implementation
Aggregate({required this.result, required this.volumes});
mangadex_library
Aggregate
Aggregate
Aggregate constructor
Aggregate class
Constructors
Aggregate
fromJson
Properties
hashCode
result
runtimeType
volumes
Methods
noSuchMethod
toString
Operators
operator ==