Converts this screen debug information into a map.
Map<String, String?> toMap() { return <String, String?>{ 'screenName': screenName, 'filePath': filePath, 'routeName': routeName, 'extra': extra, }; }