Map<String, dynamic> toJson() { return { 'network': network.name, 'clientId': clientId, 'sessionTime': sessionTime, }; }