menu
woosignal_shopify_api package
documentation
models/response/smart_collection_response.dart
PageLink
PageLink.fromJson constructor
PageLink.fromJson constructor
dark_mode
light_mode
PageLink.fromJson
constructor
PageLink.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
PageLink.fromJson(Map<String, dynamic> json) { next = json['next']; previous = json['previous']; }
woosignal_shopify_api package
documentation
models/response/smart_collection_response
PageLink
PageLink.fromJson constructor
PageLink class