toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final inappproduct = this.inappproduct;
final kind = this.kind;
final pageInfo = this.pageInfo;
final tokenPagination = this.tokenPagination;
return {
'inappproduct': ?inappproduct,
'kind': ?kind,
'pageInfo': ?pageInfo,
'tokenPagination': ?tokenPagination,
};
}