Map<String, dynamic> toJson() { return { 'displayName': displayName, 'network': network, 'type': type, }; }