Ads class

Constructors

Ads({required List<AdsContent> content, required String pageable, required int totalPages, required int totalElements, required bool last, required int size, required int number, required Sort sort, required int numberOfElements, required bool first, required bool empty})
Ads.fromJson(Map<String, dynamic> json)
factory

Properties

content List<AdsContent>
final
empty bool
final
first bool
final
hashCode int
The hash code for this object.
no setterinherited
last bool
final
number int
final
numberOfElements int
final
pageable String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
sort → Sort
final
totalElements int
final
totalPages int
final

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