JSON representation of this location.
Map<String, Object?> toJsonMap() { return <String, Object?>{ 'file': file, 'line': line, 'column': column, 'name': name, }; }