toJson method

Map toJson()

Implementation

Map toJson() => {
  "exclude_hosts": exclude_hosts,
  "limit": limit,
  "page": page
};