toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"total_counts": totalCounts.toJson(),
"files": files.map((i) => i.toJson()).toList(),
"next_offset": nextOffset,
};
}