@override Map<String, dynamic> toJson() => <String, dynamic>{ 'network_type': networkType?.toJson(), 'sent_bytes': sentBytes, 'received_bytes': receivedBytes, 'duration': duration, '@type': constructor, };