toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final selfLink = this.selfLink;
  final totalItems = this.totalItems;
  return {'selfLink': ?selfLink, 'totalItems': ?totalItems};
}