menu
cloudflare_sdk package
documentation
cloudflare_sdk.dart
ResultInfo
ResultInfo.new constructor
ResultInfo.new constructor
dark_mode
light_mode
ResultInfo
constructor
ResultInfo
(
int
count
,
int
page
,
int
per_page
,
int
total_count
,
int
?
total_pages
,
)
Implementation
ResultInfo( this.count, this.page, this.per_page, this.total_count, this.total_pages, );
cloudflare_sdk package
documentation
cloudflare_sdk
ResultInfo
ResultInfo.new constructor
ResultInfo class