toJson method

Map<String, dynamic> toJson()

Implementation

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